aspose file tools
The moose likes JBoss and the fly likes JBOSS 7 AS EAR error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBOSS 7 AS EAR error" Watch "JBOSS 7 AS EAR error" New topic
Author

JBOSS 7 AS EAR error

Mario Gimenez
Ranch Hand

Joined: Mar 23, 2010
Posts: 38
Hi!, my problem is this.
When I deploy my .ear proyect I got this error.



Any Ideas ?

Thanks in advance!
vinay thakur
Greenhorn

Joined: Jul 27, 2012
Posts: 4

hi Mario

i think your application is not able to access org.hibernate.infinispan module .....

can you share the content of following file

1) AS7_HOME/modules/org/hibernate/main/module.xml
2) MANIFEST.MF

you need to explicitly define this hibernate module it in your MANIFEST.MF like

Dependenciesrg.hibernate
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8142
    
  52

It looks like your application has added a dependency on org.hibernate.infinispan module which isn't shipped in JBoss AS 7.1.1. Remove that dependency from your application. See this related thread https://community.jboss.org/thread/197569


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBOSS 7 AS EAR error
 
Similar Threads
Caused by: javax.persistence.PersistenceException: JBAS011466: PersistenceProvider 'org.apache.openj
JBoss 7 Hibernate 3.6.9 service
datasource already registered error in deploying JPA war file to JBoss
arquillian fail in execute test
Web Service Deployment Failed