Joined: Tue Aug 04, 2009 6:01 pm Posts: 4
|
I'm trying to upgrade my spring + jpa(hibernate) application to JBoss 5 and am noticing that hibernate is not finding any of my entities. It works fine when I run it outside of the container inside a unit test, but once inside the container it doesn't find my entities. Has anyone experienced anything like this? I'm using the built in hibernate jars and not including any in my war. I'm wondering if it has something to do with those classes being loaded outside of the webapp classloader?
Daniel
|
|