Bugs item #637730, was opened at 2002-11-13 13:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637730&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Marko Strukelj (mstruk)
Assigned to: Nobody/Anonymous (nobody)
Summary: client-server JNDI lookup fails

Initial Comment:

This is an issue on JBoss 3.0.4 only. JBoss 3.0.3 works 
fine.


If jboss is restarted all remote objects become invalid - 
this is perfectly normal.

Any automatic recovery of remote objects would then 
have to do something like:

InitialContext ctx = new InitialContext();
MyServiceHome home = (MyServiceHome)ctx.lookup
("MyService");
sess = home.create();


The problem is that ctx.lookup returns null if jboss has 
been restarted. It can return null several times and then 
suddenly return home interface. Or sometimes it will 
always return null no matter how many times you try.

It does not throw any exception it just returns null.

Only restart of the client application helps.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637730&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to