Hello, I'm running (trying to run) a web app inside Felix Container. One of my bundle (persistence bundle) is complaining as follows:
*g! [Blueprint Extender: 2] INFO org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle com.xxxx.osgi.samples.bank.persistence is waiting for namespace handlers* This bundle exports a service named: *com.xxxx.osgi.samples.bank.api.persistence.BankPersistenceService* Meanwhile another bundle (BIZ bundle) timesout waiting for this service from the above bundle as follows: *g! [Blueprint Extender: 2] ERROR org.apache.aries.blueprint.container.BlueprintContainerImpl - Unable to start blueprint container for bundle * *com.xxxx.osgi.samples.bank.biz due to unresolved dependencies (objectClass=com.xxxx.osgi.samples.bank.api.persistence.BankPersistenceService)] * *java.util.concurrent.TimeoutException* * at org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run* Been stuck on this for a while? Any ideas please? Thanks in advance! Matt
