[jboss-user] [JNDI/Naming/Network] - Re: Looking up ejb on jboss 4.0
jaikiran
do-not-reply at jboss.com
Thu Oct 12 02:44:51 EDT 2006
| 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#3977771
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977771
More information about the jboss-user
mailing list