When I try to use a bean whom package is contained in a library defined into
my bundle, Karaf seems to miss the package.
Is there a way not to have to deploy a jar into the deploy rep for Karaf to
find the package (bellow defined as com.foo.test?
<bean id="Test" class="com.foo.test">
<map>
<entry key="name">
<value type="java.util.Map">
<map>
<entry key="value">test</entry>
</map>
</value>
</entry>
</map>
</bean>
--
View this message in context:
http://karaf.922171.n3.nabble.com/Import-Map-via-blueprint-container-tp4031365p4031527.html
Sent from the Karaf - User mailing list archive at Nabble.com.