RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-13 Thread Sanjiva Weerawarana
=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel __ From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 10:20 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-12 Thread Ted Jones
: [Axis2] java.lang.IllegalArgumentException: null rcl More info... In debug, I can see the issue is spawning from the following call to the constructor of ReflectClassBuilder in the JamServiceFactoryImpl class (from the annogen jar): public ReflectClassBuilder(ClassLoader rcl) { if (rcl

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-12 Thread Ted Jones
@ws.apache.org Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl Perhaps this is a bug? I removed my custom wsdl and let Axis2 generate it for me. I am seeing the same issue while trying to get the class loader for the java.lang.Boolean class. I suspect since this class is in the boot

[Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-09 Thread Ted Jones
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

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-09 Thread Ted Jones
, Ted From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 2:05 PM To: axis-user@ws.apache.org Subject: [Axis2] java.lang.IllegalArgumentException: null rcl I am encountering the following exception in the Stax parser of Axis2 while