valery rault wrote:
> We have troubles running Corba applet in Netscape navigator with your
> orb. We succeded in running our applet with Internet Explorer.
> Here is our problem (we think): Netscape Navigator uses its own
> orb:Visigenic, and we are not able to establish the communication
> between Jonathan and this one.
> We tried with Visigenic orb and it works!
> Is it possible to say to Netscape to use your Jonathan? Have you other
> solutions to resolve this problem?
This is a known issue, that I solved for Orbix by setting applet parameters
"org.omg.CORBA.ORBClass" and "org.omg.CORBA.ORBSingletonClass", and by calling
ORB.init(this, null) in my applet's init() method.
It should work the same with David:
<PARAM name="org.omg.CORBA.ORBClass"
value="org.objectweb.david.libs.contexts.orbs.iiop.IIOPORB">
<PARAM name="org.omg.CORBA.ORBSingletonClass"
value="org.objectweb.david.libs.contexts.orbs.ORBSingletonClass">
This should force David's classes to be used instead of Visibroker's.
-- Bruno.
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonathan".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".