Filipe C [http://community.jboss.org/people/filipe_c] created the discussion
"Re: war with rest and hibernate" To view the discussion, visit: http://community.jboss.org/message/577255#577255 -------------------------------------------------------------- found the problem: hibernate dependency shall be provided. <dependency> <groupId>org.jboss.ejb3</groupId> <artifactId>jboss-ejb3-core</artifactId> <version>1.1.20</version> <scope>provided</scope> </dependency> -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/577255#577255] Start a new discussion in JBoss Web Services at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
