In our web application we use use Visibroker 5.2.1.
Now we are going to migrate on Visibroker 7.0.
I replaced in war file old VB jars
vbjorb.jar
vbsec.jar
lm.jar
with new jars from Visibroker 7.0:
vbjorb.jar
vbsec.jar
lm.jar
sanct6.jar
sanctuary.jar
But application does not work because there is a following exception:
Caused by: org.omg.CORBA.ORBPackage.InvalidName: org.omg.CORBA.NO_IMPLEMENT: This is a locally constrained object. vmcid: 0x0 minor code: 0 completed: No
at com.inprise.vbroker.orb.ORB.resolve_initial_references(Unknown Source)
...
According to different forums in order to fix this problem we should put vbjendorse.jar(from vbroker-7.0.0\lib\endorsed) to endorsed directory of JBoss.
I checked it - it helps.
But is it possible to avoid this exception without putting of vbjendorse.jar to endorsed directory?
What is the root cause of this problem?