[jboss-user] [Installation, Configuration & Deployment] - Re: javax.resource.spi.SecurityException

nsv do-not-reply at jboss.com
Mon Dec 4 07:03:25 EST 2006


Hi

Actual error is from 

public QueueSession createQueueSession(boolean transacted,	
  | 						int acknowledgeMode) throws JMSException {
  | 
  | 		cat.debug("Entering createQueueSession()...");
  | 		try {
  | 			QueueConnection qcon = (QueueConnection) conn;
  | 			cat.debug("Exiting createQueueSession()...");
  | 			return qcon.createQueueSession(transacted, acknowledgeMode);
  | 		} catch (ClassCastException e) {
  | 			cat.debug(e.toString());
  | 			throw new JMSException("Invalid Connection object");
  | 		}
  | 	}

return qcon.createQueueSession(transacted, acknowledgeMode); line generates exception



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

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



More information about the jboss-user mailing list