corba Questions

2

I am seeing java.lang.NoClassDefFoundError: org/omg/CORBA/InterfaceDef when I am calling the method getMethod of the java.lang.Class. I am trying to get the getEmsSession method in EmsSeeionFactory...
Caressa asked 22/11, 2012 at 17:21

8

Solved

For a distributed computing project starting today, with 0 legacy components, are there any good reasons to look into CORBA?
Tablecloth asked 4/8, 2009 at 7:12

4

Solved

JDK-11 will remove a lot of older parts of the JDK (JEP-320). For some of them (e.g. JAXB) functionality will be provided as regular library. You simply add another dependency and everything ...
Thine asked 6/8, 2018 at 14:45

2

I need to call the omniORB's DLLs from a 64-Bit-process and as I get it I need to compile those DLLs as 64-Bit. omniORB seems to support 64-Bit in general, but there are no configuration files inc...
Allix asked 5/8, 2010 at 8:11

5

Solved

I am trying to evaluate some technologies for implementing a communication process between some Ada modules with some C++/OpenGL modules. There is an (Windows XP) Ada application which commun...
Cchaddie asked 20/10, 2011 at 16:42

2

Solved

I have a reasonable experience in developing both SOAP and REST web services (in java platform). I am trying to understand the difference between the gRPC and CORBA in every aspect apart from the f...
Hydrolyte asked 9/6, 2017 at 7:58

1

I've got some Python code that uses Omniorb to connect to a corba server, and it all works fine. Now I'd like to be able to connect to a server behind a firewall by creating an ssh tunnel, but it'...
Servia asked 11/9, 2017 at 15:49

7

Solved

I have been looking a lot at SOA recently. Isn't CORBA exactly the same thing as SOA?
Espresso asked 17/3, 2010 at 10:53

0

I'm looking at possibly moving from Java servlets which interact with C++ via CORBA calls to a NodeJS backend but I've only found two incomplete projects to implement CORBA on nodejs. Is there some...
Laing asked 22/4, 2017 at 10:41

3

Solved

I'm trying to create an enterprise web application in the following environment. NetBeans 7.2.1 Glassfish Server 3.1.2 (containing the Servlet 3.0 API) EJB 3.1 JPA 2.0 JSF 2.1 jdk 1.7 Oracle 10g ...
Emmyemmye asked 27/2, 2013 at 6:3

1

I have a requirement to migrate a legacy CORBA system to any latest java technology. The main problem I am facing is to provide long lived transaction(db) in the proposed system. Currently the clie...
Gant asked 10/5, 2016 at 10:16

8

Solved

As i know CORBA is used to maintain interoperability in distributed systems by acting in middle. What i want to know is, is CORBA a language which has its own syntax of coding or do we code in CO...
Grecian asked 17/7, 2011 at 9:3

2

I have just read about CORBA and JMS, they both seem to be used to implement Broker Architecture/Pattern. I have few questions regarding them 1.The differences between them are still not clear ...
Santa asked 16/4, 2015 at 18:33

1

Solved

This is part of my code snippet WorkspaceConnector connector = null; WorkspaceFactory workspaceFactory = null; String variableListString = null; Properties sasServerProperties = new Properties(); ...
Maharajah asked 16/7, 2014 at 6:42

2

I am using CORBA (ORB) which natively comes with Java, no third party libraries are used. I'm in need of the CORBA client Properties for timeouts, in order set a timeout on the client's side and l...
Loquacity asked 20/6, 2013 at 10:35

2

I want to ensure my CORBA client is resilient to outages, I have the client working and am testing resilience by disabling by network adapter in Windows. The CORBA connection obviously fails, and t...
Foreskin asked 29/1, 2014 at 16:52

3

Solved

I believe it is related to CORBA in some way (I'm not sure). I'm curious as to its function and how it works. Google isn't helping me when I search for "IOR file", and I'm not sure what else I coul...
Epithalamium asked 6/7, 2009 at 13:48

2

I am running CORBA Persistent Object implementation in Java IDL as in Java IDL: The "Hello World" Example I followed exact procedure in above article I used servertool for registering Persisten...
Rosenblatt asked 20/10, 2011 at 11:56

4

Solved

I'm writing software for a new hardware device which I want any kind of new third-party application to be able to access if they want to. The software will be a native process (C++) that should be...
Handicap asked 24/8, 2010 at 15:56

4

Solved

Why WebServices took advantage over CORBA ?
Artillery asked 27/4, 2011 at 10:23

9

I've been enamoured with component based programming (be it with COM, another system, or just using the paradigm in plain C++). It requires a bit of getting used to, if one is usually used to the "...
Dresser asked 6/6, 2009 at 23:53

1

I'm working with a LARGE legacy C++ code base with numerous IDL files that have all the types and constants declared outside of any module. For C++, this results in code being generated to the glo...
Tabshey asked 25/6, 2012 at 21:19

2

Solved

We have been using an SAP "COM License Bridge" to access their license server and query the hardware key of a system programatically (to reuse with out own licensing). This worked fine on SAP Busin...
Cloistral asked 17/5, 2011 at 13:21

1

In Glassfish v2 I secure my JNDI lookups by enabling the "IIOP Client Authentication" checkbox in the admin console under the ORB node. In my standalone client I then perform a "ProgrammaticLogin"...
Pyromancy asked 19/8, 2010 at 7:38

1

Solved

What exactly do in, out and inout - 'directional' operators mean in CORBA IDL function parameters?
Cacophonous asked 7/6, 2011 at 11:20

© 2022 - 2024 — McMap. All rights reserved.