Re: SDO test case fails when compiling with JDK1.4.2

2007-05-14 Thread kelvin goodson
Hi Chris, I don't see this failure when I run against a 1.4.2 environment ... java version 1.4.2_07 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05) Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode) Which implementation / version of the JDK are you using?

Re: SDO test case fails when compiling with JDK1.4.2

2007-05-14 Thread Chris Mildebrandt
Ah, thanks Paul. I'll follow that issue to track my problem. Thanks, -Chris On 5/14/07, Paul Golick [EMAIL PROTECTED] wrote: https://issues.apache.org/jira/browse/TUSCANY-1122 records my finding that some versions of Java 1.4.2 have BigDecimal implementation with the problem that it fails to

SDO test case fails when compiling with JDK1.4.2

2007-05-11 Thread Chris Mildebrandt
Hi, The following test fails when compiling with a 1.4.2 JDK: public void testTuscany_836() { assertEquals(DataObjectUtil.getBigDecimal(new Long(Long.MAX_VALUE)).lo ngValue(), Long.MAX_VALUE); } That method can be found in this file: