Re: WSDL2Java Integer.MIN_VALUE for optional xsd:int

2008-03-07 Thread ahong
Thanks for the reply. Please note that I've file a JIRA Axis2-3579 which includes a proposed fix. -- View this message in context: http://www.nabble.com/WSDL2Java-Integer.MIN_VALUE-for-optional-xsd%3Aint-tp15879664p15901236.html Sent from the Axis - User mailing list archive at Nabble.com. --

WSDL2Java Integer.MIN_VALUE for optional xsd:int

2008-03-06 Thread ahong
I'm migrating from Axis2 1.1 to 1.3 and notice that WSDL2Java, with adb, will set an optional xsd:int element value to Integer.MIN_VALUE if it's absent. This is a change from the previous in 1.1, which is uninitialized and defined by the language (in this case the uninitialized int has value 0).