WebObjects - old classes in JavaXML (Maven)
WebObjects - old classes in JavaXML (Maven)
- Subject: WebObjects - old classes in JavaXML (Maven)
- From: Patrick <email@hidden>
- Date: Mon, 15 Jul 2013 13:27:36 +0200
Hello,
I use Webobjects with Project Wonder 6.1.0 and Maven.
I have to connect to an external SOAP-Interface (yeah, I know - it's
unlovely but needed ;)).
I use org.apache.cxf in version 2.7.5 for connection.
Well, I found out that the JavaXML-Framework is very old. Especially the
javax-classes.
To parse wsdl-files, anything inside the apache-cxf use the class
javax.wsdl.xml.WSDLReader. Normally this class will be imported by wsdl4j.
But in my case, my classloader takes the WSDLReader from
JavaXML-Framework. And this is an very old one. Older than wsdl4j 1.6.2
from the year 2006.
So, for example the method "readWSDL(WSDLLocator locator, Element
definitionsElement)" is missing there.
The class WSDLReader is not the only one, it was just an example.
So, my question now: is there any possibilty to change the classpath
order (JavaXML is the last one), force maven to use the classes from
wsdl4j-jar instead of JavaXML, replace the classes in JavaXML or
something else?
Thank you!
Greetings,
Pati
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden