In accordion with CXF Application Server Specific Configuration Guide I've
created a cxf.foundation shared lib on OC4J shared-lib folder.

Into this shareb-lib I've added: serializer-2.7.1.jar, xalan-2.7.1.jar,
xercesImpl-2.9.0.jar and xml-apis-xerces-2.9.1.jar.

So, into the EAR/META-INF folder I've added an xml like this: 

<orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";        
         
                  
xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd";
                   default-data-source="jdbc/DBConnection1DS">
        
    <imported-shared-libraries>
        <import-shared-library name="cxf.foundation"/>
        <remove-inherited name="org.jgroups"/>
        <remove-inherited name="apache.commons.logging"/>
        <remove-inherited name="oracle.jwsdl"/>
        <remove-inherited name="oracle.ws.core"/>
        <remove-inherited name="oracle.ws.client"/>
        <remove-inherited name="oracle.ws.reliability"/>
        <remove-inherited name="oracle.ws.security"/>
        <remove-inherited name="oracle.xml"/>
        <remove-inherited name="oracle.xml.security"/>
    </imported-shared-libraries> 
</orion-application>

Bye bye......



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Strange-error-using-CXF-Tool-on-Eclipse-with-OC4J-tp5715515p5716239.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to