[jboss-user] [JBoss Seam] - Re: How to really flush data in the middle of a transaction

lightbulb432 do-not-reply at jboss.com
Wed Jan 24 17:55:19 EST 2007


Don't set your MySQL transaction setting to READ UNCOMMITTED unless you really want to allow dirty reads (do you!?). 

I think you might've solved the wrong problem...setting READ UNCOMMITTED works because they're running in separate transactions like the previous post said. You should figure out how to get the observer method in the same transaction so you can leave the transaction isolation at whatever it was before.

Anybody have suggestions on how might you do this? Can you just annotate observer methods with transaction attributes or is that only for session beans?

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

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



More information about the jboss-user mailing list