Hi all,
am just facing the same issue on binding of POJOs in the naming context and hoped to find a solution in your discussion.
I'm working with User Guide' examples and JBoss EAP 5 to get familiar with MC. I've done all the same steps mentioned in this topic and assumed that I can see then the POJOs in JNDIView or look up them just like:
| try {
| if(manager == null)
| manager = (HRManager)new InitialContext().lookup("beans/HRService");
| } catch (Exception e1) {
| e1.printStackTrace();
| }
But nothing has happened.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247178#4247178
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247178
Hello Everyone,
I have a very typical requirement, I'm not sure how to achieve it.
Issue is client calls a log in stateless bean and then retrieves session details. From then, same client can call any other bean by providing session details.If I have to run this application in clustered environment. How can I make sure session details are preserved on all nodes?
Any help would be really appreciated.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247155#4247155
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247155