[jboss-user] [EJB 3.0] - Re: Stateless session bean not bound

itsme do-not-reply at jboss.com
Wed Jul 18 07:14:51 EDT 2007


just another guess:

'til jboss 4.2.0 - which we're using - the name of the jar is the root of the NamingContext. So adding the jar's name works for us without java:comp/env. While we're work with rmi calls, I don't have a glue if this java:comp/env stuff is needed.

So I would give this a try:

  | ejbCtx.lookup("texaco_model-1.0-SNAPSHOT.jar/be.erpsystem.texaco.articles.ArticleManager");
  | 

/sandor/

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065333#4065333

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065333



More information about the jboss-user mailing list