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]

Reply via email to