Error executing command: No feature named 'transaction'
I tried to install "odl-base-all" feature but the following error is displayed.
opendaylight-user@root>feature:install odl-base-all Error executing command: No feature named 'transaction' with version '0.0.0' available
The following are the commands performed so far 1) Download opendaylight helium (zip) 2) run karaf (./bin/karaf) 3) feature:install odl-base-all
Do I need to configure something? Is there a required component or dependency?
If I remove "transaction" feature as dependency for "odl-base-all", installation will be successful. /root/distribution-karaf-0.2.0-Helium/system/org/opendaylight/controller/features-base/1.4.2-Helium/features-base-1.4.2-Helium-features.xml 4 <feature description="OpenDaylight Controller" name="odl-base-all" version="1.4.2-Helium"> 5 <feature>http</feature> 6 </feature>