[jboss-jira] [JBoss JIRA] Created: (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
Tue Apr 14 11:22:23 EDT 2009


'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