I installed JBossAS 4.2.3, this time NOT updating it to JBossWS 3.0.4. I get the same error running my client through Eclipse. I tried wsrunclient ( v4.2.3) and got a different error:
C:\Documents and Settings\tx714c\My Documents\workspace\MV4Client2\bin>c:\jboss-4.2.3.GA\bin\wsruncl | ient com.boeing.nmt.nls.test.AssetTest | log4j:WARN No appenders could be found for logger (org.jboss.ws.metadata.builder.jaxws.JAXWSWebServi | ceMetaDataBuilder). | log4j:WARN Please initialize the log4j system properly. | ==================================== | DISABLE TAG: FFF123456789 | Exception in thread "main" javax.xml.ws.WebServiceException: java.lang.UnsupportedOperationException | : setProperty must be overridden by all subclasses of SOAPMessage | at org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:404) | at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:314) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:172) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152) | at $Proxy19.findPopulatedTagByNetworkId(Unknown Source) | at com.boeing.nmt.nls.mv4client.MV4Client.disableTag(MV4Client.java:305) | at com.boeing.nmt.nls.test.AssetTest.main(AssetTest.java:25) | Caused by: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses | of SOAPMessage | at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441) | at org.jboss.ws.core.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:83) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:171) | at org.jboss.ws.core.CommonSOAP11Binding.createMessage(CommonSOAP11Binding.java:59) | at org.jboss.ws.core.CommonSOAPBinding.bindRequestMessage(CommonSOAPBinding.java:158) | at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:291) | at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:302) | ... 5 more I am using code generated by JBoss, using JBoss to run it, why is JBoss carping out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172065#4172065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172065 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
