qkwingewhy
Programmer
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.
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.