[jboss-user] [JBoss Seam] - Re: Entity not persisting from within a Servlet Filter

norman.richards@jboss.com do-not-reply at jboss.com
Mon Jan 8 21:58:12 EST 2007


You'll probably need to look up the the the user transaction object in JNDI (java:/UserTransaction) and then explicitly call begin/commit.  

As you can see, it's always preferable to be doing these things in a managed environment where you don't need to think about these things.  :)

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

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



More information about the jboss-user mailing list