| InitialContext ctx=new InitialContext();
| DepartmentHome home=(DepartmentHome)ctx.lookup("Department");
| Department ejb=home.create();
| System.out.println(ejb.getName());
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977771#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...