[
https://issues.jboss.org/browse/AS7-3738?page=com.atlassian.jira.plugin.s...
]
Jason Greene updated AS7-3738:
------------------------------
Fix Version/s: 7.1.2.Final
(was: 7.1.1.Final)
This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers,
and EAP LA issues (which are probably not yet at the right status, or need an extra triage
pass).
If these issues are completed in a 7.1.1 timeframe please change the fix version. Although
if you forget I will bulk correct.
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.2.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
11) it's possible to add 2 <connection-definition> or <admin-object>
elements without class-name attribute set within
--
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