Hi,

we have two deployment option for our resource adapter : either as standalone 
RAR or inside an EAR.

We use in the RAR an isolating class loading with following configuration
InternalClassLoaderConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="classloading.xsd">
    
        
                        ${sbbBase}/lib/commons-logging.jar
                        ${sbbBase}/lib/http_client.jar
            ${sbbBase}/lib/jbi.jar            
                        ${sbbBase}/lib/JCup.jar
                ${sbbBase}/lib/joram-shared.jar
            ${sbbBase}/lib/joram-client.jar
                        ${sbbBase}/lib/mx4j-jmx.jar<!-- added for JBoss -->
                        ${sbbBase}/lib/mx4j-tools.jar
            ${sbbBase}/lib/mx4j-rjmx.jar
            ${sbbBase}/lib/mx4j-rimpl.jar
            ${sbbBase}/lib/mx4j-impl.jar
                        ${sbbBase}/lib/ow_monolog.jar
            ${sbbBase}/lib/org.mortbay.jetty.jar
<!-- removed for JBoss 
            ${sbbBase}/lib/orawsdl.jar
-->    
                ${sbbBase}/lib/oraesb.jar
            ${sbbBase}/lib/orasaaj.jar
            ${sbbBase}/lib/saaj-api.jar
                        ${sbbBase}/lib/sbb-naming-provider.jar
                        ${sbbBase}/lib/wsdl4j-1.4_p2.jar
                        ${sbbBase}/lib/xml.jar
                        ${sbbBase}/lib/xmlparserv2.jar
                        ${sbbBase}/lib/ext/login.jar
            ${raBase}/oc4j/lib/jbi-framework.jar
            ${raBase}/oc4j/lib/resource-adapter-container-controller.jar
        
        <!-- Optional list of classes to be loaded from parent, ignoring 
loadOrder setting -->
                
                        com.evidian.security.auth.login.SamlLoginModule
                        javax.xml.namespace.QName<!-- added for JBoss -->
        
        <!-- Optional list of packages to be loaded from parent, ignoring 
loadOrder setting -->
         
             org.w3c.dom<!-- added for JBoss -->
         
    


The EIS itself uses also two class loaders.

Rgds,

Iris

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to