I am encountering the following exception in the Stax parser of Axis2 while rendering the results from my web service:
org.apache.axiom.om.OMException: java.lang.IllegalArgumentException: null rcl I have read some threads indicating there issues related to java collections returned in Axis2. I have arrays of java objects being returned. Does anyone know if this is indeed an issue and if there is a workaround? Thanks, Ted
