Hi LongerDandy, that sounds like you don't have the bundles that supply the namespaces (or they are not active for whatever reason). The namespaces are included in org.apache.aries.jpa.blueprint and org.apache.aries.transaction.blueprint, which you will need in addition to core blueprint if you want to use declarative transactions and JPA service injection. You will also need a number of other support bundles. I would suggest copying from the blog assembly configuration in samples/blog/blog-assembly/src/main/filtered-resources/configuration/config.ini. It has a setup where both blueprint extensions are used.
Regards, Valentin On 25 Sep 2010, at 09:44, LongkerDandy wrote: > Hi > > I get a strange error like this: > > 1848 [Blueprint Extender: 2] WARN > org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle > org.chii2.medialibrary is waiting for namespace handlers > [(&(objectClass=org.apache.aries.blueprint.NamespaceHandler)(osgi.service.blueprint.namespace=http://aries.apache.org/xmlns/transactions/v1.0.0))] > > To me, both "http://aries.apache.org/xmlns/transactions/v1.0.0" > "http://aries.apache.org/xmlns/jpa/v1.0.0" are not accessible. > Do I miss anything? > > Regards > LongkerDandy
