-
Sub-task
-
Resolution: Done
-
Major
-
JBossAS-5.1.0.GA
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>>>
- is related to
-
JBAS-6769 'interleaving' prop on connection factories and datasources has no ViewUse
- Closed