Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. 06:47:36,863 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 52) JBAS011402: Starting Persistence Unit Service 'hibernate-test-1.0.war#primary'
  2. 06:47:37,068 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 52) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
  3. 06:47:37,074 INFO [org.hibernate.Version] (ServerService Thread Pool -- 52) HHH000412: Hibernate Core {4.1.5.SP1}
  4. 06:47:37,077 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) HHH000206: hibernate.properties not found
  5. 06:47:37,079 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) HHH000021: Bytecode provider name : javassist
  6. 06:47:37,098 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 52) HHH000204: Processing PersistenceUnitInfo [
  7. name: primary
  8. ...]
  9. 06:47:37,103 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 52) MSC00001: Failed to start service jboss.persistenceunit."hibernate-test-1.0.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."hibernate-test-1.0.war#primary": javax.persistence.PersistenceException: Cannot find scanner class. hibernate.ejb.resource_scanner=org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner
  10. OT.jar:7.2.0.Alpha1-SNAPSHOT]
  11.  
  12.  
  13.  
  14.  
  15. Caused by: javax.persistence.PersistenceException: Cannot find scanner class. hibernate.ejb.resource_scanner=org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner
  16.  
  17.  
  18.  
  19. oss-as-jpa-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
  20. APSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
  21. T.jar:7.2.0.Alpha1-SNAPSHOT]
  22.  
  23. Caused by: java.lang.ClassNotFoundException: org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner from [Module "deployment.hibernate-test-1.0.war:main" from Service Module Loader]
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. 06:47:37,328 INFO [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "hibernate-test-1.0.war"
  37. 06:47:37,358 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
  38. JBAS014777: Services which failed to start: service jboss.persistenceunit."hibernate-test-1.0.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."hibernate-test-1.0.war#primary": javax.persistence.PersistenceException: Cannot find scanner class. hibernate.ejb.resource_scanner=org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement