yes I did it. It was just example, my bean.xml file is as following:

<beans
xmlns:dsdsComponent="http://dsds.iaas.uni-stuttgart.de/dsds-component/1.0";
           xmlns:dsds="http://jbimulti2.iaas.uni-stuttgart.de/dsds";
           xmlns="http://www.springframework.org/schema/beans";
       xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://servicemix.apache.org/http/1.0
http://servicemix.apache.org/schema/servicemix-http-3.2.3.xsd
       http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>
  
  <dsdsComponent:endpoint service="dsds:dsdsService"
endpoint="dsdsEndpoint"/>
 
   <classpath>
           <library>osgi:jbi.servicemix.registry</library>
   </classpath>
 
</beans>

where, "http://dsds.iaas.uni-stuttgart.de/dsds-component/1.0"; is name space
of my newly created SE.
"jbi.servicemix.registry" is symbolic name of my OSGi bundle.




--
View this message in context: 
http://servicemix.396122.n5.nabble.com/slf4j-library-of-OSGi-bundle-cannot-found-in-a-SE-JBI-Component-tp5714899p5714907.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to