Eric
trying to build synapse 1.2 branch including execution of unit tests I receive the following errors: Tests in error:
  testThreadSafety(org.apache.synapse.mediators.bsf.ScriptMediatorTest)
  testThreadSafety(org.apache.synapse.mediators.bsf.ScriptMediatorTest)
  [...]
  testThreadSafety(org.apache.synapse.mediators.bsf.ScriptMediatorTest)
Tests run: 124, Failures: 0, Errors: 55, Skipped: 0 [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE

Are you using JDK 1.6.x by any chance? BSF doesn't like JDK > 1.5 AFAIK.. this is something we want to fix for an upcoming release, as this limits us to JDK 1.5 only..

Thus can you try building using JDK 1.5 (you can just change your JAVA_HOME and PATH for a single command window)...

asankha

Reply via email to