PDA

View Full Version : using jmx autodetect with prototypes



Anonymous
Oct 12th, 2005, 06:47 PM
I would like to use the autodetect feature of the exporter with some prototypes (non-singletons). Is that possible? It appears that it only detects singletons.

robh
Oct 13th, 2005, 06:57 AM
There is a fundamental issue with exposing prototypes at all - how do to you handle registration and de-registration of each particular instance? I am open to suggestions on this front, and if we can find a way to do this in a simple and intuitive manner then I'll be happy to update MBeanExporter as required.

Rob