JBoss Community

Re: war with rest and hibernate

created by Filipe C in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community