[jboss-user] [JBoss Seam] - Re: raiseTimedEvent on ear with multiple wars
nickarls
do-not-reply at jboss.com
Fri Jan 25 08:19:57 EST 2008
Does it fire twice even if it's only included in one module? If it is really the same instance, you could add a boolean fired flag and something like
| if (!fired) {
| Events....
| fired = true;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123459#4123459
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123459
More information about the jboss-user
mailing list