[jboss-user] [JCA/JBoss] - Re: issues with JCA minimum connections

vickyk do-not-reply at jboss.com
Mon Feb 18 01:37:24 EST 2008


try {       
  |             tc = (SMPPConnectionImpl) manager.allocateConnection(factory,
  |                     smppInfo);
  |             return tc;
  |         } catch (ResourceException ex) {
  |         // doing something    
Put the log statement and see if the smppInfo does contain the values which you are passing from the the -ds.xml file .
If the log shows the values then it looks ok and you need to put some debugging in the org.jboss.resource to see where the CRI info is lost .


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130012



More information about the jboss-user mailing list