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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...