I got it working. It was hibernate bug afterall. <exclude-unlisted-classes>false was causing the triouble. After we removed it everything worked out smoothly. Thank you all. Btw. about glassfish EAR deployment example, all you have to do are: - create separate entites.jar with persistence.xml - put persistence-unit-ref`s into web.xml
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111411#4111411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111411 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
