[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: [JBMESSAGING-1367] Create JCA resource adapter for JBM 2
ataylor
do-not-reply at jboss.com
Thu Feb 19 09:49:07 EST 2009
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#4211497
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211497
More information about the jboss-dev-forums
mailing list