09 December 2008

Replacing Oracle JAX-RPC Libraries

As of the OC4J 10.1.3.4 release, the Oracle WS JAX-RPC libraries have been isolated into their own named/versioned shared-library. This means that they can be selectively removed from the visibility of an application, allowing alternative implementations to be provided as needed:

The shared-library is defined as:
Shared Library Name:    oracle.ws.jaxrpc
Shared Library Version: 1.1
Parent Name: api
Parent Version: 1.4.0

Modifiable: no

Library Compatible: yes

Code Sources:
/D:/java/oc4j-10134-dev/webservices/lib/jaxr-api.jar
/D:/java/oc4j-10134-dev/webservices/lib/jaxrpc-api.jar
/D:/java/oc4j-10134-dev/webservices/lib/saaj-api.jar
/D:/java/oc4j-10134-dev/webservices/lib/jws-api.jar
The section in the doc that describes this is here: Using JAX-WS RI