Hi,
i'm trying to find out the possibilities of interoperability of jdk1.3-ORB based CORBA-Clients (RMI-IIOP) and Sun's
referece implementation J2EE-EJB-Server.
Does anyone have any experience with that ?
regards
Nail
nail_a@gmx.de
-
JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection (3 messages)
- Posted by: Nail A.
- Posted on: June 05 2000 06:10 EDT
Threaded Messages (3)
- JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection by Richard Holly on March 26 2001 04:41 EST
- JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection by Branko Milosavljevic on September 27 2001 15:04 EDT
- JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection by One Way on June 29 2002 21:10 EDT
-
JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection[ Go to top ]
- Posted by: Richard Holly
- Posted on: March 26 2001 04:41 EST
- in response to Nail A.
What you want to do exactlly ? -
JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection[ Go to top ]
- Posted by: Branko Milosavljevic
- Posted on: September 27 2001 15:04 EDT
- in response to Nail A.
I tried to do that, but there seems to be no easy way to generate CORBA client stub classes for the given EJB.
Let's say you have an enterprise bean, with its home and remote interfaces. Trying to generate IDL files from these interfaces (something like "rmic -idl Cart CartHome") produces loads of IDL files - even a java.lang.Exception has a corresponding IDL file.
Now, generating CORBA stubs from these IDL files ("idlj CartHome.idl") does not work (with JDK 1.3.1_01). Generated files simply won't compile. The code is too messy for me to try to patch it up.
Does somebody know of any other way to solve this problem?
Branko Milosavljevic
-
JDK1.3-ORB based CORBA-Client <--> J2EE-EJB-Server-Connection[ Go to top ]
- Posted by: One Way
- Posted on: June 29 2002 21:10 EDT
- in response to Branko Milosavljevic
“Let’s see … Please ignore …”