| Author |
NullPointerException when calling webservice in Weblogic 9.2
|
christian huber
Greenhorn
Joined: Apr 09, 2010
Posts: 2
|
|
I am trying to call a webservice. The client was generated with weblogic's ant task clientgen. But when I use the client, following exception happens:
The problem happens in a library from the weblogic server (xbean.jar). In the method XmlBeans.typeSystemForClassLoader(ClassLoader, String) a NPE happens,
because the first parameter is null. This is all I found out so far.
Does anybody know what could be the problem?
|
 |
christian huber
Greenhorn
Joined: Apr 09, 2010
Posts: 2
|
|
I found the solution. It was a classpath problem. I needed the following jars on my classpath:
* weblogic.jar
* weblogic-container-binding.jar
* xbean.jar
* stax-api-1.0.1.jar
* webservices.jar
* ant.jar
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2701
|
|
|
"chris test", please check your private messages regarding an important administrative matter.
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
 |
|
|
subject: NullPointerException when calling webservice in Weblogic 9.2
|
|
|