[jboss-user] [JBoss Seam] - Re: performance issues when using variables in business cont

2006-09-14 Thread SunFire
w, that did it. Thanks alot!
Maybe put a little note into the docs that in some cases where you combine 
business context with lots of component calls in a JSF page is it highly 
recommended that SeamManagedTransactions are used since else the container will 
open up a whole lot of small pointless transactions?
Anyways, thanks again! :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971488#3971488

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971488
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: performance issues when using variables in business cont

2006-09-13 Thread [EMAIL PROTECTED]
Whoah, that is really bad.


Is it possible that you are beginning and ending lots of little txns, instead 
of using one big transaction?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971320#3971320

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971320
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: performance issues when using variables in business cont

2006-09-13 Thread [EMAIL PROTECTED]
Well, if you have no explicit txn demarcation, you probably get a little txn 
for every method call from JSF to EJB. Try setting up Seam transaction 
management, that should give you exactly two txns per request.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971394#3971394

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971394
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user