[jboss-user] [JBoss Seam] - Re: problem about @Observer and Events

2007-02-25 Thread [EMAIL PROTECTED]
It looks like UserSettings.display() ends up calling back to 
UserSettings.columnHeaders(), via a third object, 
SearchResult.extractColumns(). I think this happens during bijection.

This is an error because SFSBs can't have re-entrant calls.

BTW, this will be much easier to debug if you use the leatest version of Seam.

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

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


[jboss-user] [JBoss Seam] - Re: problem about @Observer and Events

2007-02-25 Thread mnrz
yes, you're right. in extractColumn I am using an injected list from the same 
SB (UserSettings). 

but how can I do that. I want when user changed its settings the respective SB 
understands and apply changes. is it possible to restart a SFSB?  

I am using JBoss Seam 1.1.6

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

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