Re: Problem with the coexistence of 2 orbs, visibroker and jbroker
Posted By:
Chris_Peyton
Posted On:
Wednesday, August 14, 2002 09:10 AM
We had a similar problem. We were trying to use to different ORB's in the same JVM. IBM's component broker and Iona's Orbix 2000. We were trying to make a client side corba call from an EJB running in WebSphere. After much investigation and talking with the vendors, they determined it was not possible to do this. Both vendors standpoint was that the existence of two ORB implementations in the same space or JVM was not supported. There are too many problems with the ORB classes, the OMG classes, class loading, etc... We had to create an RMI bridge and run the ORB's in different JVM's.
Re: Problem with the coexistence of 2 orbs, visibroker and jbroker
Posted By:
Alex_Kobyakov
Posted On:
Wednesday, August 14, 2002 01:36 AM
1.How did you setup orb.properties?
2. What's the problem with visibroker and callback?
Why you can't use visibroker in second layer too?