Running Apache-CXF on WebSphere

janieeagle

New Member
I'm trying to deploy cxf client on websphere 8.5. I resolved conflicting cxf class issues. Now I'm having issue with \[code\]XmlSchemaForm.class\[/code\] lacking QUALIFIED field. Obviously wrong class is being loaded.I already set \[code\]xmlschema-core-2.0.3.jar\[/code\] on shared libraries to be loaded on startup.But when I checked resource path it shows\[code\]bundleresource://222.fwk-496297919/org/apache/ws/commons/schema/XmlSchemaForm.class \[/code\]instead of jar file path.I googled and add \[code\]DisableIBMJAXWSEngine:true\[/code\] under manifest.mf to avoid jax-ws annotations but no luck.Any help would be great. Thanks.
 
Back
Top