Hi ! I currently have homemade custom component accessing a database to store / get some properties. The table is pretty simple (key / value) and the component is used in multiple routes and bundles.
Now, I need to do some caching, and store my properties in memory to reduce database access. But right now, my custom component as one instance per route using it, and I need to have only one instance for all. How can I do that ? I'm pretty new to osgi technology so i don't know how to attack the problem... Regards, Valerian Merkling -- View this message in context: http://servicemix.396122.n5.nabble.com/Singleton-and-servicemix-tp5717817.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
