I'm a new user of Talend ESB v6.1.1, and I don't succeed in deploying a kar bundle in /deploy
without starting it. The status on my bundle is always "Active" whereas I would want it as "Installed" (for operating reasons, I don't want the bundle to be active right after deployment).
I tried to modify the feature.xml file in the .kar to set start property to "false", without succes :
<bundle
start="false">mvn:...</bundle>
I tried to add the property
felix.fileinstall.bundles.new.start = false in org.apache.felix.fileinstall-deploy.cfg, without success.
These 2 combined modifications were working well with Talend v5.3.1.
Hi,
Usually, it should be "auto start".
It seems that the "false" property cannot be supported after upgrading karaf.
Could you please create a workitem jira issue of ESB project on Talend Bug Tracker?