Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-18 Thread Josh Canfield
Ok, I solved my problem and thought I'd share... It seems like the way to add packages to the hibernate configuration changed? The 5.0.5 way is: contributeHibernateSessionSource(ConfigurationString configuration) the 5.0.6 way is contributeHibernateEntityPackageManager(ConfigurationString

Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-17 Thread Kristian Marinkovic
hi chris,if you have checked out and builtT5 in eclipse and youhave a T5 application that references the T5 project youwill have to extend tapestry-hibernate with a manifest.mf file containing the HibernateModule class. Normally themanifest is generated by a maven plugin. otherwise T5 iocwill not

Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-17 Thread Chris Lewis
will not be able to inject any of the tapestry-hibernate classes g, kris -Chris Lewis [EMAIL PROTECTED] schrieb: - An: Tapestry users users@tapestry.apache.org Von: Chris Lewis [EMAIL PROTECTED] Datum: 17.10.2007 08:15AM Thema: Re: T5: tapestry-hibernate failing in today's

T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-16 Thread Chris Lewis
I updated and built 5.0.6-SNAPSHOT today, and now I get a goofy error when running my app through the eclipse jetty launcher (which has worked fine). Firstly let me say that I've been building 5.0.6 daily for a week or 2 now, and I've not run into this before now. If I try to access a page

Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-16 Thread Josh Canfield
I grabbed the nightly build and also ran into problems with my hibernate module. I was getting an error that org.apache.tapestry.ioc.Configurationhad no implementation. The hibernate configuration was changed recently for this defect: https://issues.apache.org/jira/browse/TAPESTRY-1372 it could

Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-16 Thread Dan Adams
Are you guys still getting errors with this? On Tue, 2007-10-16 at 10:29 -0700, Josh Canfield wrote: I grabbed the nightly build and also ran into problems with my hibernate module. I was getting an error that org.apache.tapestry.ioc.Configurationhad no implementation. The hibernate

Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-16 Thread Chris Lewis
I am still (with svn rev 585254). My error is different from Josh's, and mine also works using the mvn jetty plugin - just not through eclipse. I wonder if it could be an issue with jetty 5's class loaders, but I doubt that. Dan Adams wrote: Are you guys still getting errors with this? On