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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...