In one of my webapps, I have to do an RMI call to an
outside RMI server.  I'm locating the server with a
plain old traditional lookup like this:

  MyRemote server =
(MyRemote)Naming.lookup("myserver");

But Orion 1.4.5 complains that it can't load the class
MyRemote, even though it is included in my application
jars in WEB-INF/lib.

This works correctly in 1.3.8.


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

Reply via email to