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

Charles Crouch (JIRA) jira-events at lists.jboss.org
Wed Apr 15 12:13:28 EDT 2009


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

Charles Crouch updated JBAS-6777:
---------------------------------

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

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




> '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
>            Reporter: Ian Springer
>            Assignee: Scott M Stark
>
> 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