String[] orbargs= {}; org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(orbargs, null); org.omg.CORBA.Object cobj = orb.string_to_object(\"corbaloc:iiop:10.1.1.200:6969/OurServiceHelper\");
why i can\'t start orbd service CORBA IIOP? C:>start orbd -ORBInitialPort 1050 C:>orbd -ORBInitialPort 1050
I\'m hoping to get some help with this weird problem. We\'re running the Jacorb name server and I have a simple client that I\'m using to try to connect and do awesome CORBA voodoo. The name server is
I\'m trying to run a Java application I wrote to subscribe to a CORBA event service.It runs OK on my Windows machine, but as soon as I deploy i开发者_运维知识库t to the UNIX server, it gives me an org
I have an IDL file that has a \"#pragma prefix\" directive, but whenever I use idlj to build the J开发者_JAVA技巧ava code, it ignores this and generates an _id without the prefix specified.This is a b
I\'m trying to add SSL to an existing CORBA app, and I keep getting this error: org.omg.CORBA.NO_PERMISSION: Client-side policy requires SSL/TLS, but server doesn\'t support itvmcid: 0x0minor code:0
we did a cleanbuild in netbeans, checked the jdk version and deployed everything at the server but still got the following error. Can somebody help?
I have been looking a lot at SOA recen开发者_开发问答tly. Isn\'t CORBA exactly the same thing as SOA?In addition to the fact already mentioned, that SOA is an architecture, and CORBA a specific implem
I\'m wondering if anyone have a good resource for working with Corba in Python? I\'ve googled around and saw that fnorb was recommended by some, but that it doesn\'t support some new features in Corba
I\'m trying to use JACORB from am OSGI-Bundle. I read about people, who had a lot of trouble getting it up and running. Does anyone of you have any experience with including JaCORB into an OSGi-B开发者