RE: Nullpointerexception during serialization of array parameter

2002-11-18 Thread Randy Evans
For the record: I re-installed Axis with the nightly backup from 11/18/2002 and the problem no longer occurs. I believe there was a change made to SOAPPart.java that deleted a "log.debug" call in the SetCurrentForm method, and now I no longer receive the NullPointerException. The original proble

Nullpointerexception during serialization of array parameter

2002-11-18 Thread Randy Evans
I am using Axis 1.0 release dated October 7, 2002, client application. I am receiving a NullPointerException in ArraySerializer:111 on a call to method that uses a two-dimensional array for one of its input parameters. After receiving the NullPointerException, Axis client retries successfully. T