I'll look into this issue.
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Friday, August 07, 2009 11:54 PM
To: <[email protected]>
Subject: Re: There's now a Husdson build for the 2.x code using JDK 1.5
and I've fixed the license dependency problem so now its looks like
there's just one left with a failure in osig samples with:
Caused by: javax.xml.datatype.DatatypeConfigurationException: Provider
org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl not found
at javax.xml.datatype.DatatypeFactory.newInstance(DatatypeFactory.java:93)
at
com.sun.xml.bind.DatatypeConverterImpl.<clinit>(DatatypeConverterImpl.java:831)
... 81 more
Caused by: java.lang.ClassNotFoundException:
org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at javax.xml.datatype.FactoryFinder.newInstance(FactoryFinder.java:139)
at
javax.xml.datatype.FactoryFinder.findJarServiceProvider(FactoryFinder.java:291)
at javax.xml.datatype.FactoryFinder.find(FactoryFinder.java:217)
at javax.xml.datatype.DatatypeFactory.newInstance(DatatypeFactory.java:87)
...ant
On Fri, Aug 7, 2009 at 5:44 PM, Raymond Feng<[email protected]> wrote:
Thanks for setting it up.
I have fixed the common-xml issue (a bug in woodstox 3.2.4) under
http://svn.apache.org/viewvc?rev=802068&view=rev.
The other two problems related to dosgi cannot be reproduced on Windows
with
JDK 1.5.
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Friday, August 07, 2009 8:18 AM
To: <[email protected]>
Subject: There's now a Husdson build for the 2.x code using JDK 1.5
FYI i 've setup a 2.x build using JDK 1.5 instead of 1.6 -
http://hudson.zones.apache.org/hudson/job/Tuscany-2.x-JDK1.5/
It only runs once a week to give us an idea if JDK 1.5 still works, as
you probably noticed from the hudson emails there a a few problems,
only a few though, feel free to help fix them.
...ant