[jboss-user] [EJB 3.0] - Re: @Stateless JNDI bindings

2006-09-07 Thread Wolfgang Knauf
Or you could use the annotation "org.jboss.annotation.ejb.LocalBinding" to bind the EJB to a different JNDI name (same effect as an entry in "jboss.xml" in the EJB project). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970112#3970112 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: @Stateless JNDI bindings

2006-09-07 Thread snau2005
Try: | //jb = (Job) ctx.lookup("yourearname/JobBean/local"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970030#3970030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970030 __