Search:

Type: Posts; User: levko; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    692

    Forward bean declarations

    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...
  2. Yes, Costin, this is just an old post. Thanks,...

    Yes, Costin, this is just an old post.

    Thanks,
    -- Lev
  3. Comparison with OSGi DS

    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...
  4. Additional case

    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...
  5. Problem resolved, but reason still not clear

    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...
  6. Mandatory service reference and OSGi service dynamics

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

    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...
  8. The problem resolved

    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...
  9. Reloading modified Spring DM/OSGi bundles in Eclipse workspace

    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...
Results 1 to 9 of 9