[jboss-jira] [JBoss JIRA] Reopened: (JBAS-6777) 'interleaving' prop on connection factories and datasources is always null, even when underlying ds.xml file contains the interleaving element

Ian Springer (JIRA) jira-events at lists.jboss.org
Wed Jun 17 10:29:08 EDT 2009


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

Ian Springer reopened JBAS-6777:
--------------------------------



Using the EAP branch r90329, I'm still seeing the interleaving prop always having a value of false, for new ds.xml files that contain the interleaving element, as well as after I've updated the prop's value to true via the Profile Service. Did you forget to check the fix into the EAP branch?


> 'interleaving' prop on connection factories and datasources is always null, even when underlying ds.xml file contains the interleaving element
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6777
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6777
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>    Affects Versions: JBossAS-5.1.0.GA
>            Reporter: Ian Springer
>            Assignee: Scott M Stark
>             Fix For: JBossAS-5.2.0.Beta1
>
>
> My ds.xml file:
> <connection-factories>
>     <tx-connection-factory>
>         <jndi-name>MyXATxCF</jndi-name>
>         <rar-name>jms-ra.rar</rar-name>
>         <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition>
>         ...
>         <interleaving/>
>     </tx-connection-factory>
> </connection-factories>
> But the interleaving ManagedProperty on this CF is still null, rather than true:
>   name=interleaving, viewUse=NONE, readOnly=false, mandatory=false, removed=false, type=SimpleMetaType:java.lang.Boolean, value=  <<<null>>>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list