Timothy Bennett wrote:
The only problem is that it doesn't shutdown. It's like the stop() method never is called when you do a ctrl-c in merlin. I've still got this to figure out. It used to shutdown gracefully.... :/
Ok.. this turned out to be two problems:
(1) merlin default deployment timeout was expiring before the HSQL server was started. default timeout is 1000ms. you'll need to add the system property *merlin.deployment.timeout* to a merlin.properties file and set the value to something bigger than 1000.
(2) there was a bug in merlin's composition-impl that was swallowing up the exception and never exiting the component's start() method. I'm guessing there will be a 3.3 RC4 released by Steve sometimes soon, but you can do a new build from CVS and get the fix.
Looks like all is working fine. In the interim, you can get the components from the repository on my web site. I'll talk to Steve about including them the 3.3 release.
-- Timothy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]