After having trouble getting svn update to succeed I reloaded the entire java tree. The first build attempt succeeded, I am almost certain :-), but subsequent attempts fail with this error:

[surefire] Running org.apache.tuscany.databinding.impl.MediatorImplTestCase
[surefire] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.041 sec
[surefire]
[surefire] testTransform1(org.apache.tuscany.databinding.impl.MediatorImplTestCa
se)  Time elapsed: 0.031 sec  <<< ERROR!
javax.xml.parsers.FactoryConfigurationError: Provider for javax.xml.parsers.Docu
mentBuilderFactory cannot be found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
       at org.apache.xalan.xsltc.trax.SAX2DOM.<init>(SAX2DOM.java:57)
at org.apache.tuscany.databinding.xml.SAX2DOMPipe.<init>(SAX2DOMPipe.jav
a:35)
at org.apache.tuscany.databinding.impl.MediatorImplTestCase.setUp(Mediat
orImplTestCase.java:61)
       at junit.framework.TestCase.runBare(TestCase.java:125)
       at junit.framework.TestResult$1.protect(TestResult.java:106)
       at junit.framework.TestResult.runProtected(TestResult.java:124)
       at junit.framework.TestResult.run(TestResult.java:109)
       at junit.framework.TestCase.run(TestCase.java:118)
       at junit.framework.TestSuite.runTest(TestSuite.java:208)
       at junit.framework.TestSuite.run(TestSuite.java:203)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
       at java.lang.reflect.Method.invoke(Method.java:615)
at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBatt
ery.java:242)
at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.j
ava:216)
at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
       at java.lang.reflect.Method.invoke(Method.java:615)
at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785
)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to