| 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
Dependencies rg.hibernate
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8142
|
|
|
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]
|
 |
 |
|
|
subject: JBOSS 7 AS EAR error
|
|
|