Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0
-
Fix Version/s: 2.5.0
-
Component/s: Task 'jbi-list-service-engines'
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Description |
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"
{code:xml} <?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> {code} |
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}}"
{code:xml} <?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> {code} |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 2.4.1 [ 10521 ] | |
| Resolution | Fixed [ 1 ] |