[jboss-jira] [JBoss JIRA] (AS7-1796) Fix the Pojo description providers for the improved validation in jboss-as-subsystem-test
Ales Justin (JIRA)
jira-events at lists.jboss.org
Wed Jan 25 01:56:18 EST 2012
[ https://issues.jboss.org/browse/AS7-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661646#comment-12661646 ]
Ales Justin commented on AS7-1796:
----------------------------------
I'll check with Kabir once I get back from JUDCon.
But I suspect it won't be too much work, hence I'll try to do it till Final.
> Fix the Pojo description providers for the improved validation in jboss-as-subsystem-test
> -----------------------------------------------------------------------------------------
>
> Key: AS7-1796
> URL: https://issues.jboss.org/browse/AS7-1796
> Project: Application Server 7
> Issue Type: Feature Request
> Components: POJO
> Reporter: Kabir Khan
> Assignee: Ales Justin
> Fix For: 7.1.0.Final
>
>
> I added a test called PojoSubsystemTestCase, which uses our subsystem testing framework which attempts to validate the description providers, this will be committed to upstream in the next few days.
> To make the tests pass I had to override AdditionalInitialization.getModelValidationConfiguration() as follows:
> {code}
> @Override
> protected ValidationConfiguration getModelValidationConfiguration() {
> return null;
> }
> {code}
> 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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list