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(Configuration configuration)
the 5.0.6 way is
contributeHibernateEntityPackageManager(Configuration configuration)
My pa
in. otherwise T5 ioc
will not be able to inject any of the tapestry-hibernate classes
g,
kris
-Chris Lewis <[EMAIL PROTECTED]> schrieb: -
An: Tapestry users
Von: Chris Lewis <[EMAIL PROTECTED]>
Datum: 17.10.2007 08:15AM
Thema: Re: T5: tapestry-hibernate fail
hi chris, if you have checked out and built T5 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
For what its worth I'm not doing any tinkering/contributing in my app
module. I had simply added tapestry-hibernate to my project and was
@Injecting the Session as needed. What is really odd is that it works
with the mvn jetty plugin but not through eclipse...
Josh Canfield wrote:
I haven't s
I haven't spent any more time with it since last night. I'm using Tomcat,
and tried both through intellij and through mvn tomcat:deploy both get the
same error. I'll be spending more time with it tonight, if I figure out the
exact problem I'll let you know.
It's possible that I'm doing something i
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 Tu
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 con
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 be
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 tha