Log anything you think is a bug :) -- dims
On 11/16/06, javaDev <[EMAIL PROTECTED]> wrote:
I've added it today. Should I log this issue as well? : http://marc.theaimsgroup.com/?l=axis-user&m=116366940923496&w=2 -----Original Message----- From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: [email protected] Date: Thu, 16 Nov 2006 11:57:46 -0500 Subject: Re: Re: NullPointerException while array serialization (Axis2.1.1) > > Please log a bug, so that we can fix it. > > thanks, > -- dims > > On 11/16/06, Kinichiro Inoguchi <[EMAIL PROTECTED]> wrote: > > Hi, Alex. > > To share info with the list, I'll forward your reply. > > ------------------------------------------------------------------- > > Hi > > 10x for the answer! > > A checked the issue a bit more in deep: (I just posted it to list > > subjected "Array-type bean property: null or just zero-length?"). I > > didn't mention in the 1st posting additional small change which found > > out as a problem reason: the Entry class change - a String[] type > > field: > > public String[] getStringArray() { return stringArray; } > > public void setStringArray(String[] stringArray) { > > this.stringArray = stringArray; > > } > > If this field is null the NLP is thrown. So it seems that axis2 does > > not allow to return null for arrays - just the zero-length arrays - > > new String[0] > > > > Sincerely, > > Alex. > > > > > > > > ____________________________________________________________________________________ > > Sponsored Link > > > > Mortgage rates near 39yr lows. > > $420k for $1,399/mo. Calculate new payment! > > www.LowerMyBills.com/lre > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
-- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
