Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread michel_climber
Greetings ! I have migrated my ejb to Orion, these ejb has System.out.println("flags") that Orion doesn't show in the console. I'm runing orion in this way:java -jar Orion.jar I don't know if I have to run orion in an special way or do any configuration in order to get that orion show the

Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Sven van 't Veer
[EMAIL PROTECTED] wrote: Greetings ! I have migrated my ejb to Orion, these ejb has System.out.println("flags") that Orion doesn't show in the console. I'm runing orion in this way:java -jar Orion.jar I don't know if I have to run orion in an special way or do any configuration in

Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Thomas Munro
Michel, This a bug in a certain version of Orion from a few weeks ago. Try updating and see if that improves things. (java -jar autoupdate.jar) -- Thomas Munro [EMAIL PROTECTED] http://www.gi-technology.com/ GI Technology (Paris) On Fri, 10 Nov 2000 [EMAIL PROTECTED] wrote: Greetings !

Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Hani Suleiman
Make sure that the code that is calling the println is actually being called, and that you're not redirecting System.out to a file. On Fri, 10 Nov 2000, Sven van 't Veer wrote: [EMAIL PROTECTED] wrote: Greetings ! I have migrated my ejb to Orion, these ejb has