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


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

        

Reply via email to