I was able to resolve the issue about no schema elements being found by
registering type mappings. However I'm facing a new issue. I have a quartz
component that fires a message to my WSIF binding component, every 5
seconds. However, after the first message is sent, I get the following
exception:
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)
--
View this message in context: http://www.nabble.com/WSIF-t1387078.html#a3765675
Sent from the ServiceMix - User forum at Nabble.com.