I made a quick test on Karaf trunk, I didn't get any issue to see the
blueprint file deployed:
[ 44] [Active ] [Created ] [ 60] test.xml (0.0.0)
If you make log:display, don't you see any ClassNotFoundException ?
Regards
JB
On 01/21/2011 03:42 AM, codeoncoffee wrote:
I've looked at the code and the namespace and root tag match the conditions:
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<bean id="OSGIActivator"
class="org.pentaho.di.core.plugins.osgi.OSGIActivator" scope="singleton"
init-method="start"/>
</blueprint>
Thanks!