|
While trying to debug geronimo, when the debugger
reachs the following code :
ThreadGroup group = new ThreadGroup("Geronimo");Thread mainThread = new Thread(group, main, "Main-Thread"); mainThread.start(); mainThread.join(); // stops here return Command.SUCCESS; It never gets to the return command as it stay paused in Thread.join() command.
Is this expected?
Emerson Cargnin
|
- Re: Start command doesn't reach execute method Emerson Cargnin
- Re: Start command doesn't reach execute method Aaron Mulder
- Re: Start command doesn't reach execute method Jason Dillon
