From: Nat L. <nat...@gm...> - 2007-06-06 01:06:04
|
Thanks! Jens. I have a couple more to report as follows: 1. NoClassDefFoundError when using HttpConsoleServer.java when HttpConsoleServer$ConsoleWorker.process() tried to instantiate StandaloneConsoleRequest at line 339. It happened only when jetm-optional.jar is in EJB classpath but not application server classpath and application is deployed using Spring 2.0. I don't know how to fix this and don't want to put jetm-optional.jar in the classpath either. Do you have any recommendation? Is it possible that HttpConsoleServer.start() is running in the thread that doesn't have the right classpath since it's instantiated through spring? 2. The result came from JMX looks weird since you return text. Can you look into returning data into the form of CompositeData or TabularData? It should look much better in JMX with that. I also got an idea where it generates additional MBean for each method so that you can drill down using JMX but I'm not sure whether it's overkilled or not. Thanks for the great product :-) Nat -----Original Message----- From: Jens Schumann [mailto:jen...@vo...] Sent: Tuesday, June 05, 2007 12:36 PM To: Nat Luengnaruemitchai Cc: jet...@li... Subject: Re: [Jetm-user] Bug in Spring integration Hi Nat, thanks for the report. I fixed the issue in current trunk and 1.2.0 branch. If you don't mind I would like to wait with another point release, unless you need this fix in the maven2 repository. Until then you can use the daily snapshot that is available here: http://jetm.void.fm/snapshots/. The new nightly build will include the fix in 06/06/07 01.00am CEST. Jens |