DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- repackage
oc4j.jar(don't forget aboutMANIFEST.MF- usejar -m META-INF/MANIFEST.MF)
| Anchor | ||||
|---|---|---|---|---|
|
swapping Oracle wsdl.jar with wsdl4j.jar and jaxb.jar API with jaxb-api-2.0.jar
Additionally Oracle provides it's own implementation of WSDL functinality which conflicts with wsdl4j.jar. To get rid of this add -Xbootclasspath/p:"<path to wsdlj>/wsdl4j-1.6.1.jar;<path to jaxb2>/jaxb-api-2.0.jar" option to JVM parametrs (either in command line running OC4J standalone or in OPMN).
...