[jboss-user] [JCA/JBoss] - Re: Results caching in Connection Pool
harish_here
do-not-reply at jboss.com
Wed Aug 16 08:07:51 EDT 2006
Thanks Weston.
Well, just to add to your example, i'm doing an explicit commit from my application.
///
Like
Connection c = getConnection.
c.doJDBC;
c.commit;
c.close;
////
and then d = getConnection;
d.doJDBC;
d.commit;
d.close;
Since the updated data is reflected in database, i assume commit is working fine. As per database transaction rules, if i commit in database, it should be available to anyone querying after this.
Please let me know if i'm grossly mis-understanding something.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965441#3965441
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965441
More information about the jboss-user
mailing list