Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1790

Fix messaging description providers for the improved validation in jboss-as-subsystem-test

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.Beta1
    • None
    • Domain Management
    • None

      I am adding some more validation of the model. This will be committed to upstream in the next few days. To make the messaging tests pass I had to override AdditionalInitialization.getModelValidationConfiguration() as follows:

      @Override
                 protected ValidationConfiguration getModelValidationConfiguration() {
                     return null;
                 }
      

      Returning null basically turns off validation of the providers. What I have added is a minimum of what is required for subsystem testing, the test framework allows you to do a lot of other stuff, see the jmx subsystem test for some examples.

      The wip lives at https://github.com/kabir/jboss-as/tree/subsystem-test-model-fixes

              bstansbe@redhat.com Brian Stansberry
              kkhan1@redhat.com Kabir Khan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: