| 
| eclipse breaks at no breakpoint [message #330932] | Mon, 18 August 2008 08:27 |  | 
| Eclipse User  |  |  |  |  | Originally posted by: automatic.javalobby.org 
 somtimes when i start jboss in debug mode, eclipse tends to break in Timer.class, even though i didn't define any break points there.
 
 public void run() {
 try {
 mainLoop();
 } finally {
 // Someone killed this Thread, behave as if Timer cancelled
 synchronized(queue) {// eclipse stops here!
 newTasksMayBeScheduled = false;
 queue.clear();  // Eliminate obsolete references
 }
 }
 }
 
 how can i avoid that?
 
 btw , is there something like javarebel only in open-source, which will allow me to reload java classes in jboss without re-deploy the application? (it takes 20 seconds for the re-deploy)
 |  |  |  | 
Powered by 
FUDForum. Page generated in 0.02585 seconds