This test involves a FacadeBean (containing test methods) and a CMP entity bean (string two sets of values string1, integer1, double1, string2, integer2, double2).
The aim of the test seems to be to set up a concurrent access between a single CMP entity bean and two instances of the Facade bean (which manipulate the CMP Beans state), and check that an exeption is raised (i.e. access by the second instance of the Facade bean should fail).
This test alternately passes and fails when run on the same architecture-OS-JVM combination within the target tests-unified.
The tests-unified target runs the test against two configurations: unified-jboss and unified-java.
The test alternately passes and fails against both of these configurations.
Thus, there is some non-determinism within this test which should be resolved.
I have attached the relevant output (client-side TESTS-*.xml file, and server side output.log and server.log) for a test case failure on the configuration unified jboss.