This content has been marked as final. 
    
Show                 4 replies
    
- 
        2. Re: Recommended place to store lib filesjaleyba Nov 8, 2006 6:17 AM (in response to jaleyba)"jaikiran" wrote: 
 These might help:
 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
 http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
 Thank you !!!
- 
        3. Re: Recommended place to store lib filesjaleyba Nov 28, 2006 5:59 AM (in response to jaleyba)"jaikiran" wrote: 
 These might help:
 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
 http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
 Well, I did some tests but I can't get succeful.
 I´ve a .sar that use some classes shared with a web service that I´ve defined as a war app (it is axis deployed as a war).
 Then, as I don´t want to have duplicated jar files in different places, put the jar file in axis.war/WEB-INF/lib.
 In my sar application I defined:<loader-repository> com.bs.notifications.mqseries.listener:loader=axis.war <loader-repository-config>java2ParentDelegation=false</loader-repository-config> </loader-repository> 
 But when I start JBossAS I receive a message:--- MBeans waiting for other MBeans --- ObjectName: jboss.jmx:type=adaptor,name=MyMQSeriesInvokeTarget,protocol=jrmp,service=proxyFactory State: FAILED Reason: java.lang.IllegalArgumentException: Failed to find class: com.bs.notifications.mqseries.listener.MQSeriesListenerServiceMBean I Depend On: jboss:service=invoker,type=jrmp jms.MQSeries:service=MQSeriesListener --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.jmx:type=adaptor,name=MyMQSeriesInvokeTarget,protocol=jrmp,service=proxyFactory State: FAILED Reason: java.lang.IllegalArgumentException: Failed to find class: com.bs.notifications.mqseries.listener.MQSeriesListenerServiceMBean I Depend On: jboss:service=invoker,type=jrmp jms.MQSeries:service=MQSeriesListener 
 I guess it's probably I did a mistake but I don't so I wonder if someone successful in this matter could give me a clue...
 Thanks in advance
 J
- 
        4. Re: Recommended place to store lib filesjaleyba Dec 12, 2006 9:34 AM (in response to jaleyba)Please, any help in this matter will be appreciated... 
 J
 
    