[jboss-jira] [JBoss JIRA] (AS7-3185) Some resource adapter's properties don't propagate to the model if added by DMR API

Vladimir Rastseluev (Updated) (JIRA) jira-events at lists.jboss.org
Wed Jan 4 09:30:09 EST 2012


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

Vladimir Rastseluev updated AS7-3185:
-------------------------------------

    Environment: 8fa01a40111bbf9e206f8f7a6d97dd244417f676
    Description: 
Resource adapter's properties "application" and "bootstrap-context" don't propagate to the model.
operation.get("bootstrap-context").set("someContext");
results as "bootstrap-context"=>undefined;
operation.get("application").set("true"); have no result.

After fix test in org.jboss.as.test.smoke.embedded.mgmt.resourceadapter.ResourceAdapterOperationsUnitTestCase.java
must pass

  was:
Resource adapter's properties "application" and "bootstrap-context" don't propagate to the model.
operation.get("bootstrap-context").set("someContext");
results as "bootstrap-context"=>undefined;
operation.get("application").set("true"); have no result.


    
> Some resource adapter's properties don't propagate to the model if added by DMR API
> -----------------------------------------------------------------------------------
>
>                 Key: AS7-3185
>                 URL: https://issues.jboss.org/browse/AS7-3185
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JCA
>         Environment: 8fa01a40111bbf9e206f8f7a6d97dd244417f676
>            Reporter: Vladimir Rastseluev
>            Assignee: Stefano Maestri
>             Fix For: 7.1.0.Final
>
>
> Resource adapter's properties "application" and "bootstrap-context" don't propagate to the model.
> operation.get("bootstrap-context").set("someContext");
> results as "bootstrap-context"=>undefined;
> operation.get("application").set("true"); have no result.
> After fix test in org.jboss.as.test.smoke.embedded.mgmt.resourceadapter.ResourceAdapterOperationsUnitTestCase.java
> must pass

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