a couple of other things ive found. JBMManagedConnection:getCOnnection:
I'm guessing this line:
| Object session = null; // TODO - get one from JBossConnection -- new JBMSession(this,
(JBMConnectionRequestInfo)cxRequestInfo);
|
needs to be
Object session = new JBMSession(this, cri);
|
or
Object session = new JBMSession(this, (JBMConnectionRequestInfo)cxRequestInfo);
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211497#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...