A few days ago I got an email that I was subscribed to jboss-users. I dropped the subscription that was associated with that email address years ago.
Now I am getting flooded with emails from this list. I've tried unsubscribing, resubscribing/unsubscribing, disabling email, requesting just the digest, etc - but I still continue to get flooded everytime someone posts.
How can I stop the emails?
Regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957800#3957800
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957800
I'm not sure I follow, but if as your comment states you want to call the method from another seam managed bean try:
@In(create = true)
| private HotelSearchingAction hotelSearchingAction
user = results.get(0);
| Contexts.getSessionContext().set("loggedIn", true);
| FacesMessages.instance().add("Welcome, #{user.name}");
| // here I want to redirect to hotel search instead of displaying the main page
| // need to call HotelSearchingAction.find
| return hotelSearchingAction.find();
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957799#3957799
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957799
This is indeed the default behaviour. However, it relies on a default org.jbpm.graph.node.SubprocessResolver implementation. This default implementation is org.jbpm.graph.node.DbSubProcessResolver.
You can configure your own implementation for this and thus change this default behaviour. The configured name to use is jbpm.sub.process.resolver... Look for details in the implementation of the ProcessState node.
Regards,
Koen
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957798#3957798
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957798