Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » javax/wsdl/factory/WSDLFactory not found
javax/wsdl/factory/WSDLFactory not found [message #85418] Mon, 21 March 2005 16:03 Go to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.xxx

Environment: Eclipse M5, WTP M3, tomcat 5.0
I created a simple bean with a getXX() and tried to deploy it as a
webservice using the WebService option.
On the last pane, click on finish and I get the following error dialog:

IWAB0014E Unexpected exception occured.
javax/wsdl/factory/WSDLFactory
java.lang.NoClassDefFoundError: javax/wsdl/factory/WSDLFactory
at
org.eclipse.jst.ws.internal.axis.creation.ui.task.DefaultsFo rServerJavaWSDLCommand.execute(DefaultsForServerJavaWSDLComm and.java:128)

I have all the external jars included that are required for web services.

Thanks in advance
amol
Re: javax/wsdl/factory/WSDLFactory not found [message #85467 is a reply to message #85418] Mon, 21 March 2005 18:52 Go to previous messageGo to next message
Eclipse UserFriend
Hi Amol,

Although I'm not familiar with the specific structure of this plugin the
javax.wsdl.factory.WSDLFactory class is part of WSDL4J. I'd guess the
WSDL4J.jar this plugin requires has not been installed in the correct
location.

From the third party install page (off of the M3 download page) you need
to install WSDL4J in the following location

<wtpInstallDirectory>/eclipse/plugins/org.eclipse.wst.wsdl_1.0.0/lib/

You may also need to run Eclipse with the -clean option as in

eclipse -clean


Lawrence


>Environment: Eclipse M5, WTP M3, tomcat 5.0
>I created a simple bean with a getXX() and tried to deploy it as a
>webservice using the WebService option.
>On the last pane, click on finish and I get the following error dialog:
>
>IWAB0014E Unexpected exception occured.
> javax/wsdl/factory/WSDLFactory
> java.lang.NoClassDefFoundError: javax/wsdl/factory/WSDLFactory
> at
> org.eclipse.jst.ws.internal.axis.creation.ui.task.DefaultsFo rServerJavaWSDLCommand.execute(DefaultsForServerJavaWSDLComm and.java:128)
>
>I have all the external jars included that are required for web
services.
>
>Thanks in advance
>amol
Re: javax/wsdl/factory/WSDLFactory not found [message #85765 is a reply to message #85467] Tue, 22 March 2005 13:11 Go to previous message
Eclipse UserFriend
Originally posted by: amol.xx.xx

Thanks Lawrence
I just reinstalled the whole thing and it works.
Previous Topic:Bug in EJB Wizard
Next Topic:Weblogic 7.0
Goto Forum:
  


Current Time: Fri May 30 02:34:28 EDT 2025

Powered by FUDForum. Page generated in 0.03302 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top