[jboss-user] [JNDI/Naming/Network] - Re: distributed application

PeterJ do-not-reply at jboss.com
Wed May 13 16:53:24 EDT 2009


Try packaging the 5.0.1 client JARs into your WAR file, and adding a scoping repository to your jboss-web.xml file. Something like this (replace xxx and yyy with anything you want:

<jboss-web>
  |  <class-loading java2ClassLoadingCompliance="false">
  |    <loader-repository>xxx:loader=yyy</loader-repository>
  |  </class-loading>
  | </jboss-web>

You can search for "class scoping" in the wiki for more info.

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

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



More information about the jboss-user mailing list