Application bundle conversion does not work
-------------------------------------------
Key: ARIES-257
URL: https://issues.apache.org/jira/browse/ARIES-257
Project: Aries
Issue Type: Bug
Components: Application
Affects Versions: 0.1
Reporter: Jarek Gawor
There are three problems with bundle conversions:
1) The War to Wab converter now requires a Web-ContextPath property to be
passed. Right now the WabConverterService does not pass any properties
therefore, the War to Wab conversion will always fail. We need to figure out
how to specify & pass a Web-ContextPath from within application or modify
WabConverterService to generate some default Web-ContextPath value, etc.
2) It looks like the BundleManifest for converted bundle is loaded from
_unconverted_ bundle.
3) As far as I can tell even if conversion was done successfully calling
AriesApplicationImpl.store() will fail. That's because the location property in
BundleInfo of a converted bundle is set to a file name and not a URL. The
AriesApplicationImpl.store() operation expects it to be a URL.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.