Hi, I haven't used tapestry5-cayenne, but I'd like to point you to another project that uses Cayenne with tapestry, if you like to browse it and see how cayenne is used in this project.
https://github.com/bobharner/Tapestry-finder Hope it helps. Cheers, Dragan Sahpaski On Mon, Dec 5, 2011 at 11:31 AM, Hugi Thordarson <h...@karlmenn.is> wrote: > Hi all! > > First time Tapestry user here, just started coding this weekend and liking > it so far. > > Now, for my first question: I'm using Cayenne (3.0.2) so I just downloaded > the tapestry5-cayenne extension (0.5-snapshot) and installed it. Now, when > I start my application, I get the following exception: > > ---------------------- > > 2011-12-05 10:29:57.846::WARN: Failed startup of context > org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@7817bcd4 > {/tap,/Users/hugi/Documents/workspace/tap/src/main/webapp} > java.lang.RuntimeException: Exception loading module(s) from manifest > jar:file:/Users/hugi/.m2/repository/com/googlecode/tapestry5-cayenne/tapestry5-cayenne-server/0.5-SNAPSHOT/tapestry5-cayenne-server-0.5-SNAPSHOT.jar!/META-INF/MANIFEST.MF: > Failure loading Tapestry IoC module class > com.googlecode.tapestry5cayenne.services.TapestryCayenneModule: Error > invoking service binder method > com.googlecode.tapestry5cayenne.services.TapestryCayenneCoreModule.bind(ServiceBinder) > (at TapestryCayenneCoreModule.java:93): > org/apache/tapestry5/PrimaryKeyEncoder > at > org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:123) > at > org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:77) > at > org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:124) > > [ … ] > > Caused by: java.lang.RuntimeException: Failure loading Tapestry IoC module > class com.googlecode.tapestry5cayenne.services.TapestryCayenneModule: Error > invoking service binder method > com.googlecode.tapestry5cayenne.services.TapestryCayenneCoreModule.bind(ServiceBinder) > (at TapestryCayenneCoreModule.java:93): > org/apache/tapestry5/PrimaryKeyEncoder > at > org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:162) > at > org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:137) > at > org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:107) > > ---------------------- > > Any ideas what might be happening? > > Cheers, > - hugi > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >