corba
Attempting to connect to a CORBA Service using corbaloc url
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\");[详细]
2022-12-29 13:58 分类:问答why i can't start orbd service CORBA IIOP?
why i can\'t start orbd service CORBA IIOP? C:>start orbd -ORBInitialPort 1050 C:>orbd -ORBInitialPort 1050[详细]
2022-12-28 02:45 分类:问答Error when trying to connect to Jacorb naming service
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[详细]
2022-12-27 07:11 分类:问答Running Java CORBA Client on Unix
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[详细]
2022-12-27 00:25 分类:问答idlj Ignoring "#pragma prefix"
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[详细]
2022-12-26 17:58 分类:问答Client-side policy error using JacORB (Java/CORBA) with SSL
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[详细]
2022-12-25 13:54 分类:问答MarshalException: CORBA MARSHAL 1398079745 / Could find classes
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?[详细]
2022-12-24 08:58 分类:问答Is Corba the same as SOA?
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[详细]
2022-12-23 00:13 分类:问答How to use Corba with Python
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[详细]
2022-12-21 19:30 分类:问答Using JACORB in OSGI
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开发者[详细]
2022-12-21 15:35 分类:问答