<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="userService" class="com.example.UserService">
<property name="userDao" ref="userDao"/>
</bean>
<bean id="userDao" class="com.example.UserDao"/>
</beans>
shell
Import-Package: org.springframework.context;version="[2.5,3)",
org.springframework.beans.factory.xml;version="[2.5,3)"
shell
osgi.bundles=org.springframework.osgi.extender, org.springframework.osgi.io, org.springframework.osgi.core