Re: How to programatically start orion ejb container

2000-07-24 Thread Vidur Dhanda
Thanks. I tried passing -userThreads in the args array and still get the same error: Not in an application scope - start Orion with the -userThreads switch if using user-created threads. I'm calling com.evermind.server.ApplicationServer.main(args) -- is this the correct approach? Thanks, Vidur

RE: How to programatically start orion ejb container

2000-07-23 Thread Dave Smith
-userThreads should not be used with the -D option (it is not a definition) but should be added to the args array before calling the main method. Dave Smith Senior Team Leader Aristocrat Technologies Australia Pty Ltd mailto:[EMAIL PROTECTED] -Original Message- From: Vidur Dhanda