Multiple blueprint plans using command namespace result in multiple converter
registrations
-------------------------------------------------------------------------------------------
Key: KARAF-1068
URL: https://issues.apache.org/jira/browse/KARAF-1068
Project: Karaf
Issue Type: Bug
Components: karaf-core
Affects Versions: 3.0.0
Reporter: David Jencks
Assignee: David Jencks
This started showing up for me with the recent blueprint upgrade. If you have
several blueprint plans in the same bundle that use the command namespace, each
time the namespace is encountered in a plan it tries to register the
NumberToStringConverter. After the first time this causes an exception. There
might be a problem in blueprint or elsewhere but one simple fix is to check for
the converter before trying to register it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira