RE: Axis and CORBA

2002-11-15 Thread Barry Lulas
Title: RE: Axis and CORBA Okay, I guess I didn't figure it out.  The problem seems to be with setting the JVM parameters for the orb.  There are several system properties that you need to set when you invoke the JVM, for example: -ms64M -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.or

RE: Axis and CORBA

2002-11-15 Thread Barry Lulas
Title: RE: Axis and CORBA I figured it out this morning, it was a classpath problem with the java orb jar file.  -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 8:47 AM To: [EMAIL PROTECTED] Subject: Re: Axis and CORBA Barry Lulas

Re: Axis and CORBA

2002-11-15 Thread James Black
Barry Lulas wrote: > I have an Axis web service that acts as a CORBA client. I can run the > code that attaches to the ORB fine as a standalone application, but > when I try to run it from the web service running under Axis I get > numerous exceptions. Does anyone know of any limitation with eit