[jboss-user] [EJB/JBoss] - Re: Problems with MDBs in JBoss 5.0
idhira
do-not-reply at jboss.com
Wed Apr 29 13:56:10 EDT 2009
It seems you are using a transacted session.
Session session = connection.createSession(true, Session.AUTO_ACKNOWLEDGE);
Try calling session.commit() before closing the session.
Or you can send in false into createSession and you don't have to call session.commit()
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227625#4227625
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227625
More information about the jboss-user
mailing list