From: Ted M. <mcf...@ds...> - 2002-01-24 04:54:11
|
Hi, In the past, I have used jython with OOC/IONA's ORBacus for Java, which worked great so I would expect you should be able to get jacorb running as well. I vaguely recall setting the org.omg.CORBA.ORBClass and org.omg.CORBA.ORBSingletonClass values to the ooc classes on the command line and not using orb.properties. The search order for the orb class values is (as from the jdk docs): 1. check in Applet parameter or application string array, if any 2. check in properties parameter, if any 3. check in the System properties 4. check in the orb.properties file located in the user.home dir (if any) 5. check in the orb.properties file located in the java.home/lib dir (if any) 6. fall back on a hardcoded default behavior (use the Java IDL impl) Any chance you have a stray or mislocated orb.properties file? Cheers, Ted On Wed, Jan 23, 2002 at 08:30:27PM -0600, Joshua Reynolds wrote: > Has anyone tried using a different CORBA ORB with jython. I am tring to > use jython to debug some of my java code (which uses jacorb) and it > doesn't seem to be using the orb.properties file. The java interpreter > works fine when run in isolation. > > Any suggestions. > -- > Joshua Reynolds | IT > > Isogen International > Office: 512-380-0347 > Cell: 512-743-3865 > 1016 La Posada Suite 240 > Austin, TX 78752 > > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users -- Ted McFadden mcf...@ds... +61 7 3365-4310 <http://www.dstc.edu.au/m3> CRC for Enterprise Distributed Systems Technology DSTC Pty Ltd Level 7 GP South - The University of Queensland, Brisbane 4072 Australia |