I am using JBoss 4.2.2 w/ JbossWS Native 3.0.2. After some toil I got a client based on
this config working, but then I run into this error which no one else seems to have run
into.
I called a ws to retrieve an AssDTO, I updat the AssetDTO, then call the ws'
'update' method passing it back the updated AssetDTO and it barfs with this
un-descriptive error.
Has anyone else seen this? Thanks!
Exception in thread "main" javax.xml.ws.WebServiceException:
java.lang.IllegalStateException: Cannot find property:
javax.xml.ws.handler.message.outbound
| at
org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:410)
| at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:316)
| 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 $Proxy18.update(Unknown Source)
| at
com.boeing.nmt.nls.mv4client.MV4Client.deleteAssociationsForAsset(MV4Client.java:234)
| at com.boeing.nmt.nls.test.AssetTest.main(AssetTest.java:22)
| Caused by: java.lang.IllegalStateException: Cannot find property:
javax.xml.ws.handler.message.outbound
| at
org.jboss.ws.core.jaxws.handler.MessageContextJAXWS.processPivot(MessageContextJAXWS.java:109)
| at org.jboss.ws.core.jaxws.client.ClientImpl.processPivot(ClientImpl.java:369)
| at org.jboss.ws.core.CommonClient.processPivotInternal(CommonClient.java:479)
| at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:407)
| at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:304)
| ... 5 more
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171382#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...