"[EMAIL PROTECTED]" wrote : This is just logging. Is the fault message generated and propagated to the client? Does the client (if jbossws) unmarshall the fault correctly?
No. This is what happened on client side: java.rmi.RemoteException: Runtime exception; nested exception is: | deserialization error: java.lang.NullPointerException | at com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend(StreamingSender.java:318) | at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:300) | at au.com.thedistillery.widget.core.WidgetStore_Stub.getWidgetById(WidgetStore_Stub.java:69) | at BasicWidgetStoreTest.testSoapClient(BasicWidgetStoreTest.java:57) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at junit.framework.TestCase.runTest(TestCase.java:154) | at junit.framework.TestCase.runBare(TestCase.java:127) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:118) | at junit.framework.TestSuite.runTest(TestSuite.java:208) | at junit.framework.TestSuite.run(TestSuite.java:203) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:421) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:305) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:186) | Caused by: deserialization error: java.lang.NullPointerException | at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:130) | at com.sun.xml.rpc.encoding.SOAPFaultInfoSerializer.deserializeDetail(SOAPFaultInfoSerializer.java:255) | at au.com.thedistillery.widget.core.WidgetStore_getWidgetById_Fault_SOAPSerializer.deserializeDetail(WidgetStore_getWidgetById_Fault_SOAPSerializer.java:69) | at com.sun.xml.rpc.encoding.SOAPFaultInfoSerializer.doDeserialize(SOAPFaultInfoSerializer.java:134) | at com.sun.xml.rpc.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:192) | at com.sun.xml.rpc.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:155) | at au.com.thedistillery.widget.core.WidgetStore_Stub._readBodyFaultElement(WidgetStore_Stub.java:141) | at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:208) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878690#3878690 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878690 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
