Re: Problems with Web Services
Re: Problems with Web Services
- Subject: Re: Problems with Web Services
- From: Lachlan Deck <email@hidden>
- Date: Wed, 19 Nov 2008 07:51:44 +1100
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.
with regards,
--
Lachlan Deck
_______________________________________________
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