Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] created the discussion
"Re: Error deploying ear file to jboss 6x" To view the discussion, visit: http://community.jboss.org/message/623167#623167 -------------------------------------------------------------- Hi, it seems your app contains JAR files which are already part of JBoss (e.g. xml parsers). I would suggest to remove: -dom4j-1.6.1.jar -hibernate-3.2.5.ga.jarĀ (Hibernate should not be bundled with your own app) -log4j-1.2.8.jar -xml-apis-1.3.02.jar If your app does not work without this stuff, you have to play with classloading. I don't have a link here, you have to search the web yourself. Best regards Wolfgang -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/623167#623167] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
