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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
