Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.3
-
None
-
None
Description
AXIS2-3313 is fixed, but in version 1.6.3 SimpleTypeMapper.java still contains
...
private static final String W_BOOLEAN = "java.lang.Boolean";
...
} else if (name.equals(W_BOOLEAN)) {
return Boolean.valueOf(text);
} ...
Therefore both '0' and '1' are parsed as 'false'.