Joined: Wed Feb 23, 2005 7:22 am Posts: 1
|
I have a with two hibernate applications under JBoss that runs perfectly when deployed separately. Problem comes when both are deployed together, where the first on a query.list() execution throws: "unknown entity class" as a net.sf.hibernate.MappingException. Clearly the entity class is being shown in the log while deployed and also SessionFactory.getAllClassMetadata() does list it as well. Both session factories (hibernate-service.xml) have separate mbean name as well as JNDI binding.
Does anyone have a indication what is causing this?
Thank you!
|
|