Re: Problems with Web Services
Re: Problems with Web Services
- Subject: Re: Problems with Web Services
- From: Pascal Robert <email@hidden>
- Date: Tue, 18 Nov 2008 17:40:41 -0500
Le 08-11-18 à 15:51, Lachlan Deck a écrit :
On 19/11/2008, at 6:13 AM, Pascal Robert wrote:
I just tried with WO 5.4.3 (with the jars instead of frameworks)
and I don't have the error.
On 18.11.2008, at 16:58, Pascal Robert wrote:
Hi list,
I'm creating some Web services (yes, with SOAP...) and when I start
the app, I get :
[2008-11-18 11:53:32 EST] <main> A fatal exception occurred:
com.webobjects.webservices.support.WOXMLProvider.getRoles()Ljava/
util/List;
[2008-11-18 11:53:32 EST] <main> java.lang.AbstractMethodError:
com.webobjects.webservices.support.WOXMLProvider.getRoles()Ljava/
util/List;
getRoles() was not included in org.apache.axis.EngineConfiguration
until 1.2 of Axis. So you weren't using Axis 1.1 as you suggested.
You've got Axis >= 1.2 on the classpath. That's why WOXMLProvider
(which implements this interface) failed to resolve that method.
I looked at the MANIFEST file in the axis.jar that I was using, and it
did said 1.1, and I didn't see any other axis jar in the classpath
(unless the Axis classes were included in a different jar).
Oh well, it's time to move on to WO 5.4 after all :-) _______________________________________________
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