You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/04/05 17:13:02 UTC

[jira] Created: (SM-383) WSIF binding fails after the first invocation

WSIF binding fails after the first invocation
---------------------------------------------

         Key: SM-383
         URL: https://issues.apache.org/activemq/browse/SM-383
     Project: ServiceMix
        Type: Bug

    Reporter: Guillaume Nodet


javax.jbi.messaging.MessagingException: org.apache.wsif.WSIFException: Cannot reuse a WSIFOperation to invoke multiple operations 
       at org.servicemix.components.wsif.WSIFBinding.transform(WSIFBinding.java:168)
       at org.servicemix.components.util.TransformComponentSupport.onMessageExchange(TransformComponentSupport.java:50)
       at org.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:588)
       at org.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:171)
       at org.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:225)
       at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
       at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
       at java.lang.Thread.run(Thread.java:534)
Caused by: org.apache.wsif.WSIFException: Cannot reuse a WSIFOperation to invoke multiple operations
       at org.apache.wsif.base.WSIFDefaultOperation.close(WSIFDefaultOperation.java:446)
       at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRequestResponseOperation(WSIFOperation_ApacheAxis.java:1016)
       at org.servicemix.components.wsif.WSIFBinding.transform(WSIFBinding.java:156)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (SM-383) WSIF binding fails after the first invocation

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-383?page=all ]
     
Guillaume Nodet resolved SM-383:
--------------------------------

    Fix Version: 3.0-M1
     Resolution: Fixed
      Assign To: Guillaume Nodet

Author: gnodet
Date: Wed Apr  5 08:17:28 2006
New Revision: 391637

URL: http://svn.apache.org/viewcvs?rev=391637&view=rev
Log:
SM-383: WSIF binding fails after the first invocation

Removed:
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFInBinding.java
Modified:
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFBinding.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFOperationInfo.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFOperationMap.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFOutBinding.java
    incubator/servicemix/trunk/servicemix-components/src/test/java/org/apache/servicemix/components/wsif/WsifTest.java



> WSIF binding fails after the first invocation
> ---------------------------------------------
>
>          Key: SM-383
>          URL: https://issues.apache.org/activemq/browse/SM-383
>      Project: ServiceMix
>         Type: Bug

>     Reporter: Guillaume Nodet
>     Assignee: Guillaume Nodet
>      Fix For: 3.0-M1

>
>
> javax.jbi.messaging.MessagingException: org.apache.wsif.WSIFException: Cannot reuse a WSIFOperation to invoke multiple operations 
>        at org.servicemix.components.wsif.WSIFBinding.transform(WSIFBinding.java:168)
>        at org.servicemix.components.util.TransformComponentSupport.onMessageExchange(TransformComponentSupport.java:50)
>        at org.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:588)
>        at org.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:171)
>        at org.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:225)
>        at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
>        at java.lang.Thread.run(Thread.java:534)
> Caused by: org.apache.wsif.WSIFException: Cannot reuse a WSIFOperation to invoke multiple operations
>        at org.apache.wsif.base.WSIFDefaultOperation.close(WSIFDefaultOperation.java:446)
>        at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRequestResponseOperation(WSIFOperation_ApacheAxis.java:1016)
>        at org.servicemix.components.wsif.WSIFBinding.transform(WSIFBinding.java:156)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira