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.
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.
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