[resend now that I'm on the list]
Hi folks:
It appears the Rampart build might be broken. I'm currently seeing this:
---
Failed tests:
testSymmBinding(org.apache.rampart.SymmetricBindingBuilderTest)
testSymmBindingWithDK(org.apache.rampart.SymmetricBindingBuilderTest)
testSymmBindingWithDKEncrSig(org.apache.rampart.SymmetricBindingBuilderTest)
testSymmBindingEncrBeforeSig(org.apache.rampart.SymmetricBindingBuilderTest)
testSymmBindingWithDKEncrBeforeSig(org.apache.rampart.SymmetricBindingBuilderTest)
testAsymmBindingWithDKEncrBeforeSig(org.apache.rampart.AsymmetricBindingBuilderTest)
testAsymmBindingEncrBeforeSig(org.apache.rampart.AsymmetricBindingBuilderTest)
Tests run: 32, Failures: 7, Errors: 0, Skipped: 0
---
...on both Windows and on Unix (minotaur). A sample test result looks
like this:
---
-------------------------------------------------------------------------------
Test set: org.apache.rampart.SymmetricBindingBuilderTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 3.223
sec <<< FA
ILURE!
testSymmBinding(org.apache.rampart.SymmetricBindingBuilderTest) Time
elapsed: 2
.951 sec <<< FAILURE!
junit.framework.AssertionFailedError: Error during encryption
at junit.framework.Assert.fail(Assert.java:47)
at
org.apache.rampart.SymmetricBindingBuilderTest.testSymmBinding(Symmet
ricBindingBuilderTest.java:56)
at
org.apache.rampart.SymmetricBindingBuilderTest.testSymmBinding(Symmet
ricBindingBuilderTest.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
---
Clues? Am trying to get snapshot builds happening again on
people.apache.org - got WSS4J up but Rampart can't work until this is
resolved.
Thanks,
--Glen