Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
All
Description
The XML that is generated by the AdminCommandsService.listComponents() method is not well formed.
Line 300 of org.apache.servicemix.jbi.framework.AdminCommandsService reads:
buffer.append(" <component-info>");
but should read:
buffer.append(" <component-info ");