Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-07-18


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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.