NoClassDefFoundError from weblogic.wsee.tools.anttasks.WsdlcTask without weblogic.jar or WLS install
(Doc ID 1270235.1)
Last updated on NOVEMBER 15, 2023
Applies to:
Oracle WebLogic Server - Version 10.3.3 and laterInformation in this document applies to any platform.
Goal
The weblogic.wsee.tools.anttasks.WsdlcTask is used in generating Java classes from WSDL and schema files.
This WsdlcTask ant task comes from weblogic.jar and is dependent on other jar files. As the build environment does not have WLS installed (hence, no weblogic.jar and all the libraries that come with WLS), the build results in NoClassDefFoundError.
What is the required list of jar files that this ant task need in order to complete the build?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |