Hi All,
I have the following class:
"public class JMSListener implements MessageListener {"
And on the onMessage() method I put this:
"Map map =
FacesContext.getCurrentInstance().getExternalContext().getApplicationMap
();"
But it cannot access the current instance of Faces, any idea why I can't
access???
Regards
SB

