Aargh this is my mistake - all our poms have a dependency on jcl-over-slf4j.
If you add the following in your pom that should fix it.
Regarding the module file - I will fix that - we tend to include using
@Submodule so probably wouldn't have noticed...

<dependency> <groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId> <version>1.5.8</version>
</dependency>


Ben Gidley

www.gidley.co.uk
b...@gidley.co.uk


On Fri, Jul 31, 2009 at 10:49 AM, Lionell_Hutz <dennisgerha...@gmx.de>wrote:

>
> Hello.
> I'm Trying to use Tapestry Caching from ioko. First run I became a
> deployment-error with:
>
> uk.co.ioko.tapestry.caching.uk.co.ioko.tapestry.jquery.services.CacheModule
>
> Can this be right? I think 'No'.
> So I changed the Manifest-file and it deploys. Now I'm getting:
>
> #
> Error invoking constructor
> uk.co.ioko.tapestry.caching.services.ContentCacheImpl(String) (at
> ContentCacheImpl.java:55) via
> uk.co.ioko.tapestry.caching.services.CacheModule.bind(ServiceBinder) (at
> CacheModule.java:36) (for service 'ContentCache'):
> org/apache/commons/logging/LogFactory
>
> trace
>
>        * Realizing service ContentCache
>        * Invoking
> uk.co.ioko.tapestry.caching.services.ContentCacheImpl(String) (at
> ContentCacheImpl.java:55) via
> uk.co.ioko.tapestry.caching.services.CacheModule.bind(ServiceBinder) (at
> CacheModule.java:36)
>
> # java.lang.ClassNotFoundException
> org.apache.commons.logging.LogFactory
>
> Aaarghhh. Any suggestions?
>
>
> --
> View this message in context:
> http://www.nabble.com/somebody-using-ioko-tapestry-commons--tp24753836p24753836.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to