Author: sagara
Date: Tue Sep 27 12:15:27 2011
New Revision: 1176349
URL: http://svn.apache.org/viewvc?rev=1176349&view=rev
Log:
Added new method to convert lexical string of a date to Java.util.Date based on
javax.xml.datatype package.
Modified:
axis/axis2/java/core/trunk/modules/adb/src/or
Author: sagara
Date: Tue Sep 27 08:45:05 2011
New Revision: 1176281
URL: http://svn.apache.org/viewvc?rev=1176281&view=rev
Log:
Since org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl is not an
instantiable class this method return null, changed to use Class names.
Modified:
axis/