Done. https://issues.apache.org/jira/browse/CXF-1740
Iman On Fri, Aug 8, 2008 at 7:12 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > Damn... Thought I had killed all of those in 2.1.1. Not good at all. > Obviously missed one. > > Is there ANY way you can send a testcase? Even sending it privately to me > is > fine. If I can get it reproduced in the debugger, I can take the details > of your other message as a starting point to really dig into it. > > Thanks! > Dan > > > On Thursday 07 August 2008 4:21:33 am Iman Rahmatizadeh wrote: > > I have the following exception when calling a service : > > > > java.lang.IndexOutOfBoundsException: Index: 8, Size: 8 > > > > at java.util.ArrayList.RangeCheck(ArrayList.java:547) > > at java.util.ArrayList.get(ArrayList.java:322) > > at > > > org.apache.cxf.message.MessageContentsList.get(MessageContentsList.java:79) > > at > > > org.apache.cxf.jaxws.interceptors.HolderInInterceptor.handleMessage(HolderI > >nInterceptor.java:64) at > > > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai > >n.java:221) at > > org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:449) at > > > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRespons > >e(HTTPConduit.java:2025) at > > > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPCon > >duit.java:1861) at > > org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) > at > > org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:593) at > > > org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInte > >rceptor.handleMessage(MessageSenderInterceptor.java:62) at > > > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai > >n.java:221) at > > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:296) > > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:242) > > at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > > at > org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:178) > > at $Proxy36.paymentUtility(Unknown Source) > > .... > > > > I've tried various solutions suggested in previous threads like using > > 'wsdl2java -all -exsh true' to generate java and also updated to the > latest > > build apache-cxf-2.1.2-20080806, with no success. Any suggestion whats > the > > problem ? > > > > Iman > > > > -- > Daniel Kulp > [EMAIL PROTECTED] > http://www.dankulp.com/blog >
