Petals Ant Tasks

Invalid output returned by the task 'jbi-list-service-engines'

Details

  • Description:
    Hide

    The XML output returned by the Ant task 'jbi-list-service-engines' is not compliant with the XML schema defined by JBI specifications (page 93): the attribute component-info is set to "engine-component" instead of "service-engine"

    <?xml version="1.0" encoding="utf-8"?>
    <component-info-list xmlns="http://java.sun.com/xml/ns/jbi/component-info-list" version="1.0">
       <component-info type="service-engine" name="Test_engine1" state="Started">
          <description>Test engine with shared library.</description>
       </component-info>
       <component-info type="service-engine" name="ant_test_engine2" state="Shutdown">
          <description>Yet another test engine.</description>
       </component-info>
    </component-info-list>
    Show
    The XML output returned by the Ant task 'jbi-list-service-engines' is not compliant with the XML schema defined by JBI specifications (page 93): the attribute component-info is set to "engine-component" instead of "service-engine"
    <?xml version="1.0" encoding="utf-8"?>
    <component-info-list xmlns="http://java.sun.com/xml/ns/jbi/component-info-list" version="1.0">
       <component-info type="service-engine" name="Test_engine1" state="Started">
          <description>Test engine with shared library.</description>
       </component-info>
       <component-info type="service-engine" name="ant_test_engine2" state="Shutdown">
          <description>Yet another test engine.</description>
       </component-info>
    </component-info-list>
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Mon, 12 Jan 2015 - 16:24:20 +0100

Fixed in trunk, svn#36663

Show
Christophe DENEUX added a comment - Mon, 12 Jan 2015 - 16:24:20 +0100 Fixed in trunk, svn#36663

People

Dates

  • Created:
    Fri, 9 Jan 2015 - 12:13:57 +0100
    Updated:
    Mon, 12 Jan 2015 - 16:24:20 +0100
    Resolved:
    Mon, 12 Jan 2015 - 16:24:20 +0100