I'm proposing removing this guice-jmx module. There are better ways to debug Guice than using jmx.
2010/11/7 Bin HC Li <[email protected]> > > > I try to get shindig running in google application engine. > > But I failed when GuiceServletContextListener starts, An error is thrown > out from here: > > try { > if (!jmxInitialized) { > Manager.manage("ShindigGuiceContext", injector); > jmxInitialized = true; > } > } catch (Exception e) { > // Ignore errors > } > > the code above try to ignore the errors in the container not support JMX. > but only 'exception' is caught instead of 'throwable'. > > > > Best Regards. > > Leon (李斌) > CDL WebSphere Web 2.0 Feature Pack Team > TEL:86-21-60922574 > E-mail: [email protected] -- Paul Lindner -- [email protected] -- linkedin.com/in/plindner
