Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 0.2
-
Fix Version/s: 0.3
-
Component/s: component-hornetq, test
-
Labels:None
-
Forum Reference:
-
Estimated Difficulty:Low
-
Git Pull Request:
Description
Fix remaining XML validation errors in HornetQ component test files. The files in question are:
/switchyard-component-hornetq/src/test/resources/org/switchyard/component/hornetq/config/model/v1/hornetq-all-binding.xml
/switchyard-component-hornetq/src/test/resources/org/switchyard/component/hornetq/config/model/v1/hornetq-valid-implementation.xml
The first file barfs on "browseOnly" which is not defined in the schema. I'm not sure if this element should be removed from the test file or added to the schema (and incorporated into the binding activator).
The second file defines a HornetQ implementation for a service component. A HornetQ implementation element is not defined in the HornetQ schema. I'm assuming the HornetQ schema should be modified to include an implementation definition, but I'm not sure.
Gliffy Diagrams
Issue Links
- relates to
-
SWITCHYARD-350
Investigate SwitchYard configuration errors/warnings
-
- Closed
-
Remaining XML validation errors in HornetQ.