[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hibernate Version Conflict in EAR File

PeterJ do-not-reply at jboss.com
Mon Jan 14 15:27:15 EST 2008


Declare a loader repository for your app. To do this, in you META-INF/jboss-app.xml file (within the EAR file), add this entry:

<jboss-app>
  |   ...
  |   <loader-repository>my.loader:loader=MyLoader</loader-repository>
  |   ...
  | </jboss-app>

You loader repository name is an MBean name and you can name it any name that follows MBean naming conventions.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119804#4119804

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119804



More information about the jboss-user mailing list