Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-DAS-Next
-
None
-
Windows XP, Sun JDK 1.4.2_11
Description
When SDODataTypeHelper.columnTypeForSDOType(Type sdoType) is invoked for sdoType "DateTime", a RuntimeException is thrown. It appears that SDODataTypes.DATETIME is being initialized incorrectly. There are other constants in SDODataTypes that also appear to be initialized incorrectly. I would suggest that the initialization of all constants in SDODataTypes be reviewed for accuracy.