View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820408#3820408
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820408 i'm using eclipse,lomboz and jboss 3.2 and when use myEjbUtil.getHome or getLocalHome() : javax.naming.NameNotFoundException: comp not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) at org.jnp.server.NamingServer.getBinding(NamingServer.java:503) at org.jnp.server.NamingServer.getObject(NamingServer.java:509) at org.jnp.server.NamingServer.lookup(NamingServer.java:253) at org.jnp.interfaces.NamingContext.lookup() while when i'm using getContext().lookup(MyEJB.JNDI_NAME); works fine myejbUtil uses MyEJB.COMP_NAME how i could use MyEJBUtil.getHome() but i should not modify MyEJBUtil, thanks. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
