[jboss-user] [Microcontainer] - Re: Classpath order within a deployer (to support evil hacks

bob.mcwhirter do-not-reply at jboss.com
Thu Feb 12 09:22:26 EST 2009


Ales--

Thanks, that answer was perfect.  This jboss-structure works exactly how I want it to:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <structure>
  |     <context>
  |         <path name=""/>
  |         <metaDataPath>
  |             <path name="META-INF"/>
  |         </metaDataPath>
  |         <classpath>
  |             <path name="lib/jboss-rails.jar"/>
  |             <path name="lib/" suffixes=".jar" />
  |         </classpath>
  |     </context>
  | </structure>
  | 

Thanks!

-Bob

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

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



More information about the jboss-user mailing list