The debugger can do some strange things, in the following code
ds.setDatabaseName(location);
/*
ds.setMinSize(3);
ds.setMaxSize(5);
ds.setBlockingTimeout(100);
ds.setIdleTimeout(1000);
ds.setPooling(true);
*/
pools.put(database,new Pool(ds,user,password));
I had a breakpoint on the first line, and was stepping through using F7. The
debugger also executed all the commented lines....
--
Joachim Van der Auwera
CAB software, Nijlen
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs