I made some simple test, and find if the old connection not close it will be 
halt when a new connection create.

It will be hold at STEP3

STEP1: create connection1
STEP2: insert table1
STEP3: create connection2
STEP4: inset table2
STEP5: close connection1
STEP6: close connection2


It will be OK when looks like

create connection1
insert table1
close connection1
create connection2
insert table2
close connection2


Has anybody meet the kind of error?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991559#3991559

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991559
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to