When I build the SDO Java binaries, one testcase fails: testEncoding(org.apache.tuscany.sdo.test.XMLHelperTestCase)
This happens with a fresh SVN checkout and also when building the code from the 1.1.1 release (apache-tuscany-sdo-1.1.1-src.tar.gz). I tried OpenJDK 1.6 and also Suns VM 1.6, same problem with both. If I switch to Sun VM 1.5, the build succeeds. As I'm bearly beginning to get to know Tuscany, sticking to 1.5 is no issue for me. But I was still wondering if this is a known problem. Regards, Michael I'm running a Xubuntu GNU/Linux. VM details: m...@apu:~/wdir/tuscany/sdo$ java -version java version "1.6.0_0" IcedTea6 1.3.1 (6b12-0ubuntu6.1) Runtime Environment (build 1.6.0_0-b12) OpenJDK 64-Bit Server VM (build 1.6.0_0-b12, mixed mode) m...@apu:~/wdir/tuscany/sdo$ java -version java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode) m...@apu:~/wdir/tuscany/sdo$ java -version java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode)
