1 Reply Latest reply on Jun 7, 2010 2:30 AM by jsk_jboss

    java.lang.NoSuchMethodError: org.jboss.ws.core.jaxws.binding.BindingExt.getBindingID()Ljava/lang/String;

    jsk_jboss

      I am using JBoss 5.1.0GA, JBossWS-Native-3.2.2GA and Riftsaw2.0.0Final. I have developed a BPEL that receives a message and invokes two services. The BPEL is getting deployed correctly into JBOss.

       

      But I am getting following error when I invoke the bpel.


      19:16:32,018 WARN  [EndpointReferenceContextImpl] Map access not implemented
      19:16:32,049 ERROR [WebServiceClient] WS invocation failed
      java.lang.NoSuchMethodError: org.jboss.ws.core.jaxws.binding.BindingExt.getBindingID()Ljava/lang/String;
              at org.jboss.ws.core.jaxws.client.DispatchImpl.invokeInternal(DispatchImpl.java:148)
              at org.jboss.ws.core.jaxws.client.DispatchImpl.invoke(DispatchImpl.java:133)
              at org.jboss.soa.bpel.runtime.ws.WebServiceClient$1$1.call(WebServiceClient.java:146)
              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
              at java.util.concurrent.FutureTask.run(FutureTask.java:138)
              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
              at java.lang.Thread.run(Thread.java:619)
      19:19:32,048 ERROR [INVOKE] Failure during invoke: No response received for invoke (mexId=8), forcing it into a failed state.
      19:19:32,048 INFO  [BpelRuntimeContextImpl] ActivityRecovery: Registering activity 12, failure reason: No response received for invoke (mexId=8), forcing it into a failed state. on channel 21

       

      Any clues.


      regards,

      jk