Today I cut the testcase until the minimal point of the failure.
Basically if you close the first connection (Where Client was created) Lease would stop
working.
A testcase that would cause Lease to stop would be:
conn1 = cf.createConnection();
| conn1.setClientID("test1");
| conn1.start();
|
| conn2 = cf.createConnection();
| conn2.setClientID("test2");
| conn2.start();
|
| conn1.close();
I added ClientCrashTest::testClientCrashWithTwoConnections which is calling
CreateTwoClientOnServerCommand on the server side.
The test consistenly fails.
Clebert Suconic
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971156#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...