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) >
You might want to debug CXF to find out what the problem is (although hopefully someone can tell you the problem without you needing to do that--still, debugging is not that difficult): http://www.jroller.com/gmazza/date/20071212 Glen -- View this message in context: http://www.nabble.com/IndexOutOfBoundsException-in-MessageContentsList-tp18866047p18882266.html Sent from the cxf-user mailing list archive at Nabble.com.
