P.S. - unfortunately, I never finished the tutorial referenced below, and it cuts out before you get a chance to really see the benefit of the integration module.
Robert On Dec 6, 2011, at 12/610:01 PM , Seamus Minogue wrote: > So I dont get it. I have used Tapestry/Cayenne in several projects and > integration is basically nothing. Just a filter and making sure you drop the > xml files into src/main/resources if I remember correctly. I was looking at > the project page for tapestry5-cayenne > (http://code.google.com/p/tapestry5-cayenne/ & > http://t5cayenne.saiwai-solutions.com/tutorial/) and its just not very clear > to me exactly what this project buys me. > > Anyone used this that can point me at what using this gets me? > > -Seamus > > > ----- Original Message ----- > From: Hugi Thordarson <[email protected]> > To: Tapestry users <[email protected]> > Cc: > Sent: Monday, December 5, 2011 7:55 AM > Subject: Re: Tapestry 5.3 and tapestry5-cayenne > > Hi Dragan. > Thank you, this will definitely be useful for us. > > Cheers, > - hugi > > PS: I'm impressed with the helpfulness of the community! > > > On 5.12.2011, at 10:41, Dragan Sahpaski wrote: > >> 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 <[email protected]> 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: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
