[jboss-jira] [JBoss JIRA] (JBJCA-906) Eclipse plugin: ActivationSpec config-properties aren't propagated to ra.xml in resource adapter version 1.6

Vladimir Rastseluev (JIRA) jira-events at lists.jboss.org
Thu Nov 8 05:33:18 EST 2012


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

Vladimir Rastseluev reopened JBJCA-906:
---------------------------------------



It's not resolved. 
When I create resourceadapter with annotation, it's ok, I can see @ConfigProperty(defaultValue="a"). But, when I create RA without annotation, config property value should appear inside <activationspec> tag, like this:
<config-property>
              <config-property-name>a</config-property-name>
              <config-property-type>java.lang.String</config-property-type>
              <config-property-value>a</config-property-value>
            </config-property>

It doesn't happen. All I can see is:
<inbound-resourceadapter>
         <messageadapter>
            <messagelistener>
               <messagelistener-type>aa.bb.inflow.AcmeMessageListener</messagelistener-type>
               <activationspec>
                  <activationspec-class>aa.bb.inflow.AcmeActivationSpec</activationspec-class>
                  <required-config-property>
                     <config-property-name>a</config-property-name>
                  </required-config-property>

               </activationspec>
            </messagelistener>
         </messageadapter>
      </inbound-resourceadapter>

And in ActivationSpec class:
private String a;

Please, fix this.
                
> Eclipse plugin: ActivationSpec config-properties aren't propagated to ra.xml in resource adapter version 1.6
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JBJCA-906
>                 URL: https://issues.jboss.org/browse/JBJCA-906
>             Project: IronJacamar
>          Issue Type: Bug
>          Components: Eclipse
>    Affects Versions: 1.1.0.Beta2
>            Reporter: Vladimir Rastseluev
>            Assignee: Jeff Zhang
>             Fix For: 1.1.0.Beta3
>
>
> Using eclipse plugin I create Resource adapter package version 1.6. I can create ActivationSpec class in it and set configuration properties. However these properties have no values in class, and aren't propagated to ra.xml file at all.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list