[jboss-user] [JBoss Web Services] - Re: war with rest and hibernate

Filipe C do-not-reply at jboss.com
Wed Dec 22 13:23:18 EST 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101222/c0390470/attachment-0001.html 


More information about the jboss-user mailing list