RE: date deserialization with trailing sign locales

2003-02-24 Thread WJCarpenter
wjc> Why not just bust it up by brute force? Here is a static method wjc> that does just that (which could be dropped into DateSerializer wjc> and called from unmarshall, replacing most of it's current method wjc> body): If someone would rather make a tweak than such an large-ish change, you coul

date deserialization with trailing sign locales

2003-02-24 Thread WJCarpenter
We've just discovered a serious problem with the Apache SOAP 2.3.1 DateSerializer class during deserialization. (I think this probably is also a problem in Axis, though I haven't really looked into that.) DateSerializer.unmarshall instantiates a SimpleDateFormat and calls its parse method to get