Community
Participate
Working Groups
Build Identifier: 1.2.0.v201102272039 If I define a type using XSD with a field of type "xsd:time", mapping this type using Teneo has the following behavior: * On MySQL, without any annotations, the resulting JDBC type of the column is Types.DATE. * On Oracle, without any annotations, the resulting JDBC type of the column is Types.TIMESTAMP (probably ok?). * Using the annotation @Temporal(TemporalType.TIME) results in an exception: java.lang.ClassCastException: org.eclipse.emf.ecore.xml.type.internal.XMLCalendar cannot be cast to java.util.Date Reproducible: Always Steps to Reproduce: Test cases to reproduce the issue are in Assmbla.
Fix committed to cvs
Available in latest build