Community
Participate
Working Groups
Build Identifier: MetaDataManagerreadPackageUnits(Connection, long, long, monitor) expects that Object returned for CDODBSchema.PACKAGE_UNITS_ORIGINAL_TYPE is Integer. On Oracle, however, is is BigDecimal. Instad of (Integer)values[1] (Long)values[2] you should use ((Number)values[1]).intValue() ((Number)values[2]).longValue() Reproducible: Sometimes Steps to Reproduce: Happens when the underlying database represents INTEGER and LONG data types as Java classes other than Integer and Long. Oracle, for example, represents all numbers as BigDecimal.
Moving all open issues to 4.2. Open bugs can be ported to 4.1 maintenance after they've been fixed in master.
We'll try to address open problems in 4.3 (master) first and then port fixes back to 4.2.
Moving all open bugzillas to 4.5.
Moving all unaddressed bugzillas to 4.6.
Moving all open bugs to 4.7
Moving all unresolved issues to version 4.8-
Moving all unresolved issues to version 4.9
Moving to 4.13.