[jboss-user] [JBoss Seam] - Re: Basic question about redirecting with exception

2007-08-16 Thread [EMAIL PROTECTED]
Fixed in CVS: http://jira.jboss.com/jira/browse/JBSEAM-1776 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074759#4074759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074759 ___

[jboss-user] [JBoss Seam] - Re: basic question

2007-04-24 Thread petemuir
Ok, so this is how *I think* it goes, but someone correct me if I'm wrong :) 1) Stateful beans cannot be accessed concurrently (you get a ConcurrentAccessException) 2) Seam solves this by serializing (queueing) accesses to the component so you don't hit this problem (with the provisos anonymou

[jboss-user] [JBoss Seam] - Re: basic question

2007-04-24 Thread saeediqbal1
my concern is the technical jargon in it. can you break it down for us peter? please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040390#4040390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040390 _

[jboss-user] [JBoss Seam] - Re: basic question

2007-04-24 Thread petemuir
Seam essentially does this for you - requests don't hit the bean concurrently, they are serialized. What is your concern? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040379#4040379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&