[jboss-jira] [JBoss JIRA] (AS7-3738) Errors in resource adapters subsystem checking

Vladimir Rastseluev (JIRA) jira-events at lists.jboss.org
Mon Feb 13 09:57:01 EST 2012


     [ https://issues.jboss.org/browse/AS7-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Rastseluev updated AS7-3738:
-------------------------------------

    Steps to Reproduce: 
https://github.com/vratsel/jboss-as/tree/ra-metrics
run all ignored tests in org.jboss.as.test.integration.jca.metrics.RaCfgMetricUnitTestCase.java

  was:
https://github.com/vratsel/jboss-as/tree/ra-metrics
uncomment all commented tests


    
> Errors in resource adapters subsystem checking
> ----------------------------------------------
>
>                 Key: AS7-3738
>                 URL: https://issues.jboss.org/browse/AS7-3738
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JCA
>         Environment: https://github.com/vratsel/jboss-as/tree/ra-metrics
>            Reporter: Vladimir Rastseluev
>            Assignee: Stefano Maestri
>             Fix For: 7.1.1.Final
>
>
> There are possible errors, found by RA metrics tests:
> 1)it's possible to add 2 <archive> elements (maxOccur=1 in xsd)
> 2)it's possible to add 2 <connection-property> elements with the same "name" attribute
> 3) it's possible to add an empty <transactionn-support/> element 
> 4) it's possible to add 2 <transactionn-support> elements
> 5) it's possible to add <transaction-support> element with XATransaction value and just <pool> subelement(instead of <xa-pool>) to the connection definition and vice versa (<transaction-support>LocalTransaction and <xa-pool>)
> 6) it's possible to set min-pool-size>max-pool-size in <pool> element
> 7) default value for <wrap-xa-resource> in xsd schema is false, but always set to true after RA creation
> 8) it's possible to add all <security> subelements together simultaneously(e.g. <application> and <security-domain>) in all possible combinations despite of choose:xsd annotation
> 9) it's possible to add 2 <security-domain> elements
> 10) it's possible to add <background-validation-millis> element with a negative value

--
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