You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Jose M. Sanchez" <jo...@swissrisk.com> on 2009/04/20 10:36:13 UTC

Problem in ADB with gMonth fields

Hi all,

Currently the org.apache.axis2.databinding.types.Month class expects a 
gMonth string in the form: --MM--[timezone]. Currently this 
representation is not valid, and the ISO 8601 correct one is --MM[timezone].

Would it be possible to support the old (--MM--) and the updated one 
(--MM) formats?

Thanks in advance,

Jose M. Sánchez