Logging improvements in AriesApplicationManagerImpl
---------------------------------------------------
Key: ARIES-638
URL: https://issues.apache.org/jira/browse/ARIES-638
Project: Aries
Issue Type: Improvement
Components: Application
Affects Versions: application-0.2.1
Reporter: Jarek Gawor
A bundle in an application can be completely ignored by
AriesApplicationManager.createApplication() (which can lead to resolution
problems later on) if it doesn't contain the Bundle-ManifestVersion header. The
bundle is considered invalid if it doesn't contain the Bundle-SymbolicName and
Bundle-ManifestVersion headers. That's ok but there is no indication anywhere
that the bundle was ignored and for what reason. The only way to tell what's
going on is by stepping through the code in a debugger.
Adding logging statements to createApplication() as the nested bundles are
processed would help to see what's going on with logging enabled.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira