Hi, Currently you can put the blueprint file in your local machine and use file handler to refer it, something like <bundle>blueprint:file:etc/activemq-broker.xml</bundle>
But when you use maven handler with blueprint file, there's a known issue[1] in blueprint deployer(I believe you run into same issue), this issue already get resolved, so next Karaf release would be able to pick up this fix. [1]https://issues.apache.org/jira/browse/KARAF-1617 ------------- Freeman Fang FuseSource Email:[email protected] Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-7-23, at 上午3:24, helander wrote: > I got the mvn urls to work, but the <bundle> variant does not work (the > <configfile> variant works). > > When testing the bundle variant, the system complains about not finding the > manifest in the zip file, so it assumes that it is a jar. > Would be nice to have support added for blueprint xml files too. > > Thanks > > Lars > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Blueprint-xml-files-in-repository-tp4025267p4025272.html > Sent from the Karaf - User mailing list archive at Nabble.com.
