[jboss-user] [Installation, Configuration & Deployment] - Re: strange! halt of jboss + DB2(XA)

richard_djs do-not-reply at jboss.com
Wed Dec 6 03:14:29 EST 2006


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



More information about the jboss-user mailing list