Re: XCode v Eclipse problem with WO WebServices development
Re: XCode v Eclipse problem with WO WebServices development
- Subject: Re: XCode v Eclipse problem with WO WebServices development
- From: Mike Schrag <email@hidden>
- Date: Wed, 31 May 2006 10:10:13 -0400
Check that commons-discovery, commons-logging, and log4j are in your
classpath. All the static initializer on XMLUtils does is initialize
logging, so that's your most likely candidate. I believe 1.5 has
changed NoClassDefFoundError to include the name of the class (how
many freaking years did that take again??), so you can try launching
under 1.5, too.
On May 31, 2006, at 10:02 AM, Guido Neitzer wrote:
On 26.01.2005, at 2:33 Uhr, Des Oates wrote:
So my first question is to figure out why the axis library is
being found by XCode, but not Eclipse.
Then, it I then add the axis.jar and the saaj.jar to the Eclipse
project I get another error as shown in this trace:
Initializing WebServices...
[2005-01-26 01:00:27 GMT] <main> A fatal exception occurred: null
[2005-01-26 01:00:27 GMT] <main> java.lang.NoClassDefFoundError
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:76)
at
com.webobjects.appserver.WOWebServiceRegistrar.setUpDeploymentDocumen
t(WOWebServiceRegistrar.java:46)
at com.webobjects.appserver.WOWebServiceRegistrar.<clinit>
(WOWebServiceRegistrar.java:38)
at Application.initWebServices(Application.java:23)
at Application.<init>(Application.java:18)
which kinda baffles me because the class
(org.apache.axis.utils.XMLUtils) is in the axis jar, which is in
the classpath.
Do you know what the reason for this is/was? I get the same error
now on a project that used to work a couple of days ago (the
deployed version runs perfectly) and I don't know what's going
on .... :-(
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mdimension.com
This email sent to email@hidden
_______________________________________________
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