Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.2.4
-
None
-
ServiceMix 4.4.0
Windows 7 (64-bit)
Description
I am using a bundled Karaf distribution with ServiceMix 4.4.0. The following best describes my situation.
Example 1 (Uninstalls the Hot Deploy Xml file):
- Delete all files in the "apache-servicemix-4.4.0\deploy" directory.
- Drop "ace-file-converter-general.xml" file to "apache-servicemix-4.4.0\deploy" directory.
karaf@root> osgi:list | grep ace
karaf@root> osgi:list | grep ace
[ 254] [Active ] [Created ] [ ] [ 60] ace-file-converter-general.xml (0.0.0)
karaf@root> osgi:uninstall ace-file-converter
karaf@root> osgi:list | grep ace
karaf@root>
karaf@root>
Example 2 (Uninstalls the Hot Deploy Xml file and an OSGI Bundle):
- Delete all files in the "apache-servicemix-4.4.0\deploy" directory.
- Drop "ace-file-converter-general.xml" file to "apache-servicemix-4.4.0\deploy" directory.
karaf@root> osgi:list | grep ace
karaf@root> osgi:list | grep ace
[ 255] [Active ] [Created ] [ ] [ 60] ace-file-converter-general.xml (0.0.0)
karaf@root> osgi:install -s mvn:com.impactmobile/ace-file-converter/0.0.1
Bundle ID: 256
karaf@root> osgi:list | grep ace
[ 255] [Active ] [Created ] [ ] [ 60] ace-file-converter-general.xml (0.0.0)
[ 256] [Active ] [Created ] [ ] [ 60] ace-file-converter (0.0.1)
karaf@root> osgi:uninstall ace-file-converter
karaf@root> osgi:list | grep ace
karaf@root>
karaf@root>