You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Copo <CO...@hotmail.com> on 2008/07/11 15:12:55 UTC

XFire exception in JSR181

I have use wsdl-first example structure to build a JSR component, with an
HTML Client.
But a strange error happens, about xfire, but i don't know what it is...
What can i do?
Thank you in advance!

Copo

STATUS: 500
<?xml version='1.0' encoding='UTF-8'?><env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>1</faultstring><detail><stack>org.codehaus.xfire.fault.XFireFault:
1
	at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
	at
org.codehaus.xfire.service.binding.PostInvocationHandler.invoke(PostInvocationHandler.java:42)
	at
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
	at
org.codehaus.xfire.transport.DefaultEndpoint.onReceive(DefaultEndpoint.java:64)
	at
org.codehaus.xfire.transport.AbstractChannel.receive(AbstractChannel.java:38)
	at
org.apache.servicemix.jsr181.Jsr181ExchangeProcessor.process(Jsr181ExchangeProcessor.java:114)
	at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
	at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
	at
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
	at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
	at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
	at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
	at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
	at
org.codehaus.xfire.jaxws.JAXWSOperationBinding.writeMessage(JAXWSOperationBinding.java:212)
	at org.apache.servicemix.jsr181.xfire.JbiChannel.send(JbiChannel.java:89)
	at
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
	at
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
	at
org.codehaus.xfire.service.binding.PostInvocationHandler.invoke(PostInvocationHandler.java:36)
	... 14 more
</stack></detail></env:Fault></env:Body></env:Envelope>
-- 
View this message in context: http://www.nabble.com/XFire-exception-in-JSR181-tp18403526p18403526.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.