binding-erlang-runtime isn't compatible with the current version of Erlang/OTP
------------------------------------------------------------------------------
Key: TUSCANY-3759
URL: https://issues.apache.org/jira/browse/TUSCANY-3759
Project: Tuscany
Issue Type: Bug
Components: Java SCA Misc Binding Extensions
Affects Versions: Java-SCA-1.6
Reporter: Simon Nash
The unit tests in binding-erlang-runtime hang if the current version of
Erlang/OTP is in the path.
The binding runtime code and unit tests were originally developed with version
R12B of the Erlang/OTP runtime and version 1.4.2 of the jinterface jar (the
Java/Erlang bridge). When run with this combination, the unit tests complete
successfully.
Making either or both of the following changes causes the unit tests to hang:
1. Upgrading the Erlang/OTP runtime from version R12B to the current version
R14B.
2. Upgrading the jinterface jar from version 1.4.2
(com/ericsson/otperlang-1.4.2.jar) to the current version 1.5.3.1
(org/erlang/otp/jinterface-1.5.3.1.jar).
This implies that there is some code in binding-erlang-runtime that requires
the older version of the Erlang/OTP runtime and/or the older version of
jinterface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.