"jaikiran" wrote : Can you provide more details like when do you call this method and does the queue have any messages when you call this method?
Bad question :) You already have provided those details:
anonymous wrote :
| I had assumed that stopDelivery would simply allow the current transactions to complete then it would simply not deliver more messages, however this error seems to imply that it is terminating the current transactions, however it does seem to be after the MDB itself has finished processing.
I'll have to look more into it to understand what's going on.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234725#4234725
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234725
Hi
I m getting this error with JBoss4.2 environment when I am trying to use jdbc connection pool. This connection data source object is being retrieving from the entity beans. EJB 2.0
anonymous wrote : Along this excepiton there one exception with related connection is Closing a connection for you. Please close them yourself: org.jb
oss.resource.adapter.jdbc.WrappedConnection@1dd66fd
The same code is working fine with WAS5.1 and Weblogic9.1 servers.
anonymous wrote : Once more things is that after retrieving connection from the pool, there is stored procedure call execution.
I donot know why the connection is getting closed.
Is there any issue with executing stored proc with jboss or any thing else?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234719#4234719
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234719