[jboss-dev-forums] [Design of JBoss Eclipse IDE (dev)] - bug?! I can't run a webservice client, netbeans works...

Smilidon do-not-reply at jboss.com
Fri Nov 10 15:47:11 EST 2006


Hi,

I get this error message:

Exception in thread "main" java.rmi.RemoteException: Call invocation failed: Could not transmit message; nested exception is: 
  | 	javax.xml.soap.SOAPException: Could not transmit message
  | 	at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:718)
  | 	at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:404)
  | 	at ws0607.client.Client.webServiceTest(Client.java:61)
  | 	at ws0607.client.Client.main(Client.java:87)
  | Caused by: javax.xml.soap.SOAPException: Could not transmit message
  | 	at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:204)
  | 	at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:687)
  | 	... 3 more
  | Caused by: java.lang.NoSuchMethodError: org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding.setXopMarshaller(Lorg/jboss/xb/binding/sunday/xop/XOPMarshaller;)V
  | 	at org.jboss.ws.jaxb.JBossXBMarshallerImpl.marshal(JBossXBMarshallerImpl.java:145)
  | 	at org.jboss.ws.jaxrpc.encoding.JAXBSerializer.serialize(JAXBSerializer.java:107)
  | 	at org.jboss.ws.soap.SOAPContentElement.getXMLFragment(SOAPContentElement.java:157)
  | 	at org.jboss.ws.soap.SOAPContentElement.expandToDOM(SOAPContentElement.java:817)
  | 	at org.jboss.ws.soap.SOAPContentElement.handleMTOMTransitions(SOAPContentElement.java:1015)

i dont know why jboss ide dont find this classes, because netbeans do! 

here

http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978333#3978333

is said, that it could be the wrong version of jboss-xml-binding.jar, but i know i have the right version, because in netbeans it works. maybe eclipse has some other version in the classpath? but where? i use eclipse ide beta 2 bundle.

regards 

s.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985041#3985041

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985041



More information about the jboss-dev-forums mailing list