Hi,
I have many spring bundles deployed to Virgo 3.5. I'd like to have one point of configuration (below) that auto detects (via annotations) all the beans made, across all the bundles deployed...
Type: Posts; User: fakeh; Keyword(s):
Hi,
I have many spring bundles deployed to Virgo 3.5. I'd like to have one point of configuration (below) that auto detects (via annotations) all the beans made, across all the bundles deployed...
Hi,
I took another approach which avoids this issue. I publish the Os as services of B2 and maintain a <list> of them, with a listener whose bind and unbind methods register the O with B1.
This...
Hi, I have a question regarding the use of SynchronousBundleListeners in a Virgo 3.5 environment.
I have a service, S, running in a bundle, B1 which receives anonymously created objects, O, from a...