I had cut it to reduce confusion, since you asked for what I return from those methods.
Yes I use it those methods see below, but here I use it to remove context variables for
pulldown lists for jsf page.
@Override
public String persist() {
...
} catch (ActivityLoggerException e) {
//skip
}
Contexts.removeFromAllContexts("organisationUserListAll");
}
return returnStatus;
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099132#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...