> Just a note - you should not use the ThreadState stuff as shown in > your code sample. Instead use my example that executes a Runnable and > calls the 'doBootstrap' method (that you implement).
As an FYI, closures implement Runnable, so you can replace the anonymous class with a closure in BootStrap.groovy. Cheers, Peter
