I have created signed applet using JDK1.2.2, Visibroker for Java 3.4 &
C++3.3.4
and VisualAge 3.5 Enterprise Edition. Signing with Signtool 1.3.
Using Java Plug-in 1.2.2.
When I start it in Netscape 4.7X, I am getting the following exception
at org.omg.CORBA.ORB orb=org.omg.CORBA.ORB.init(this, null) call
[where JApplet=this; props=null]:
org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation
com.visigenic.vbroker.orb.ORB minor code: 0 completed: No
at org.omg.CORBA.ORB.create_impl(Unknown Source)
at org.omg.CORBA.ORB.init(Unknown Source)
at com.telcordia.dbas.notify.DbasNotify.initialize(DbasNotify.java)
at com.telcordia.dbas.notify.DbasNotify.init(DbasNotify.java)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
VisualAge by default has another implementation of org.omg.CORBA.ORB
class which it locks and doesn't allow to replace it with Visibroker's
one.
In HTML page I have those 2 lines included:
<PARAM NAME = org.omg.CORBA.ORBClass VALUE
="com.visigenic.vbroker.orb.ORB">
<PARAM NAME = org.omg.CORBA.ORBSingletonClass VALUE
="com.visigenic.vbroker.orb.ORB">
Any help is very appreciated.
Thank you in advance,
Oleg.
P.S.: Please reply via e-mail also.