[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1 - custom DeploymentFilter in profile.xml CNFE

jaikiran do-not-reply at jboss.com
Thu Jul 23 12:29:37 EDT 2009


You probably have to add your jar to the classloader configuration in the profile.xml:

  | <classloader name="profile-classloader" xmlns="urn:jboss:classloader:1.0" export-all="NON_EMPTY" import-all="true">
  | 		<root>${jboss.lib.url}jboss-profileservice-spi.jar</root>
  | 		<root>${jboss.lib.url}myjar.jar</root>
  | 	</classloader>

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

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



More information about the jboss-user mailing list