[ https://issues.apache.org/activemq/browse/SM-524?page=all ]
Guillaume Nodet resolved SM-524. -------------------------------- Fix Version/s: 3.0-M3 Resolution: Fixed Assignee: Guillaume Nodet Already fixed > XML generated by AdminCommmandsService.listComponents() is not well-formed > -------------------------------------------------------------------------- > > Key: SM-524 > URL: https://issues.apache.org/activemq/browse/SM-524 > Project: ServiceMix > Issue Type: Bug > Components: servicemix-core > Environment: All > Reporter: Joe Kutner > Assigned To: Guillaume Nodet > Fix For: 3.0-M3 > > Original Estimate: 1 minute > Remaining Estimate: 1 minute > > 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 "); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira