I'm combining several xml files to create single application context. Some of the files refer to beans defined in other files by using the following syntax:
<property name="..."><ref...
Type: Posts; User: levko; Keyword(s):
I'm combining several xml files to create single application context. Some of the files refer to beans defined in other files by using the following syntax:
<property name="..."><ref...
Yes, Costin, this is just an old post.
Thanks,
-- Lev
In order to understand better the role of importing its own interface package in the service bundle A (if interface is not separated in a bundle C), I created similar client B-DS and service A-DS...
If I change service reference in client bundle B from mandatory (cardinality="1..1") to optional (cardinality="0..1"), the 'update A then update B' scenario works different (w/o importing own...
I also had similar problem (see http://forum.springsource.org/showthread.php?p=252684#post252684). In my case, service bundle A exported both interface and service, and client bundle B imported...
I have 2 bundles:
- bundle Server exports service 'S';
- bundle Client has mandatory (cardinality="1..1") reference to service 'S'.
What should happen with importer bundle Client if exporter...
Thank you, Costin.
Actually, I spent several hours trying to understand the reason for such a strange behavior. I have long time experience with both Eclipse PDE and OSGi, so I was sure the...
Please, disregard the problem with reloading modified workspace bundles in Spring DM. I've found the cause of this problem:
- there are 3 different services in my project implementing the same...
I use Spring DM 1.2.0 in Eclipse 3.4.2 PDE to develop and test several interconnected service bundles.
As I know from my previous experience with Eclipse PDE, the OSGi (Equinox) framework reloads...