bundleContext « Bean « Spring Q&A





1. bundleContext property issues    forum.springsource.org

When starting my application that uses Spring and Spring DM, I get the following error: Code: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'osgiPluginService': Invocation of init method failed; nested ...

2. 'bundleContext' property was not set    forum.springsource.org

'bundleContext' property was not set Hi I'm trying use an OSGI service in a servlet, I've tested the OSGI Bundle in equinox it is running fine. This is what I have ...

3. Required 'bundleContext' property not set    forum.springsource.org

Required 'bundleContext' property not set I am trying to test a service that I have exported. I am testing this using a JUnit (4.4) test case from within STS. The service ...