users@glassfish.java.net

Re: Client side RequestInterceptor configuration

From: <glassfish_at_javadesktop.org>
Date: Mon, 22 Jun 2009 20:54:19 PDT

The ORBManager.getORB( props ) call will ONLY work the very first time, because
it always returns the same ORB instance (passing props on this is a really bad idea,
but this will get cleaned up somewhat in GFv3).

You either need to set a system property before the app server or app client is started, or
create your own ORB instance and pass the property to that call.
[Message sent by forum member 'kcavanaugh' (kcavanaugh)]

http://forums.java.net/jive/thread.jspa?messageID=352441