Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web service in weblogic

Status
Not open for further replies.

qkwingewhy

Programmer
Jul 27, 2007
3
FR
Hi all,

I'm new to weblogic and I tried to deploy a Web service on the weblogic server. I've followed the tutorial in the weblogic documentation : (Creating a Web Service from a WSDL File). There's no problem when generate the java class from a wsdl file, but when I tried to create the ear file, there's an error :

-----------------Eclipse console information---------------

Buildfile: /home/vp/workspace/TestTemp/build.xml
Trying to override old definition of task clientgen
build-service:
[jwsc] JWS: processing module /examples/webservices/wsdlc/TemperaturePortTypeImpl
[jwsc] Parsing source files
[jwsc] Parsing source files
[jwsc] 1 JWS files being processed for module /examples/webservices/wsdlc/TemperaturePortTypeImpl
[jwsc] JWS: /home/vp/workspace/TestTemp/src/examples/webservices/wsdlc/TemperaturePortTypeImpl.java Validated.
[jwsc] <WSEE>URIs = [file:/home/vp/workspace/TestTemp/output/compiledWsdl/TemperatureService_wsdl.jar]<TylarBindingsBuilderBase.getTylarUris:52>
[AntUtil.deleteDir] Deleting directory /tmp/_uo1h1n

BUILD FAILED
java.lang.ExceptionInInitializerError

Total time: 10 seconds

---------------------end console information--------------

I've also tried to create a simple Web service and there's always the same error when generate the ear file.Anyone knows how to solove this problem? I appreciate your helps

Wei.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top