The exception message when a service dependency cannot be resolved has the
inserts in the wrong order
-----------------------------------------------------------------------------------------------------
Key: ARIES-532
URL: https://issues.apache.org/jira/browse/ARIES-532
Project: Aries
Issue Type: Bug
Reporter: Alasdair Nottingham
The following message puts the bundle symbolic name/version in the message
where the service dependency should go, and vice versa. The message:
The system cannot provision the EBA com.ibm.samples.websphere.osgi.blog.app
because the following problems in the dependency chain were detected: The
service dependency with attributes com.ibm.samples.websphere.osgi.blog_1.0.0
required by bundle {objectclass=com.ibm.samples.websphere.osgi.logging.Logger}
cannot be resolved.
should read:
The system cannot provision the EBA com.ibm.samples.websphere.osgi.blog.app
because the following problems in the dependency chain were detected: The
service dependency with attributes
{objectclass=com.ibm.samples.websphere.osgi.logging.Logger} required by bundle
com.ibm.samples.websphere.osgi.blog_1.0.0 cannot be resolved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.