[jboss-jira] [JBoss JIRA] (AS7-2070) Resource-Adapter configuration corrupted with connection-definition/xa-pool

Jesper Pedersen (Assigned) (JIRA) jira-events at lists.jboss.org
Tue Oct 11 08:49:17 EDT 2011


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

Jesper Pedersen reassigned AS7-2070:
------------------------------------

    Assignee: Stefano Maestri  (was: Jesper Pedersen)

    
> Resource-Adapter configuration corrupted with connection-definition/xa-pool
> ---------------------------------------------------------------------------
>
>                 Key: AS7-2070
>                 URL: https://issues.jboss.org/browse/AS7-2070
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JCA
>    Affects Versions: 7.0.2.Final
>            Reporter: Robert Stupp
>            Assignee: Stefano Maestri
>
> When configuring a resource adapter with an XA-Pool, JBoss adds the element "flush-strategy" even if it does not exist.
> {noformat}
> <subsystem xmlns="urn:jboss:domain:resource-adapters:1.0">
>     <resource-adapters>
>         <resource-adapter>
> ...
>             <connection-definitions>
> ...
>                 <flush-strategy>
>                     FailingConnectionOnly
>                 </flush-strategy>
> ...
> {noformat}
> But after a restart, the element looks as follows - and startup will fail, because the value FAILING_CONNECTION_ONLY is invalid (should be FailingConnectionOnly).
> {noformat}
> <flush-strategy>
>     FAILING_CONNECTION_ONLY
> </flush-strategy>
> {noformat}

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