Christopher Oliver wrote:

What error do you get? AFAIK it should work. Why exactly does hibernate need to "see all your persistent classes in the classpath"?


I guess that Hibernate comes with its own classloader. Maybe it is possible to set the compiling classloader dynamically.


Mark Lundquist wrote:

I used to enjoy the automatic recompilation of my Java classes with <cocoon/flow-interpreters/component-instance/reload-scripts>...

...until I started using Hibernate w/ Cocoon. Hibernate needs to see all your persistent classes in the classpath, so now my WEB-INF/lib/ has links to my class files, and I guess that is why automatic recompilation doesn't work anymore.

Am I right?

Can anything be done to "have my cake and eat it too?"


-- Reinhard


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to