[jboss-user] [JBoss Seam] - Re: @Startup problems

norman.richards@jboss.com do-not-reply at jboss.com
Fri Jan 12 20:57:27 EST 2007


There is never a transaction unless someone somewhere starts one.  There's no reason that anyone would have created a transaction around object creation at startup.

You can look up the UserTransaction from JNDI and start it a transaction just as you would in any component where you are managing the transaction yourself.

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

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



More information about the jboss-user mailing list