[jboss-jira] [JBoss JIRA] (WFLY-3688) datasources subsystem: datasource and xa-datasource properties do not support the use of multiple values for one property
Tom Fonteyne (JIRA)
issues at jboss.org
Thu Nov 27 09:22:39 EST 2014
[ https://issues.jboss.org/browse/WFLY-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom Fonteyne updated WFLY-3688:
-------------------------------
Steps to Reproduce:
I logged this as a bug due to the fact we certify with the Oracle JDBC driver.
It could be argued this is an RFE.
I can see two solutions.
1. Limited to datasource and xa-datasource:
org.jboss.as.connector.subsystems.datasources.DsParser.java
-> schema change so a list of values can be assigned to a single xa-property, in JCA support a call to setXXX(java.util.Properties)
2. a universal fix to the ModelNode class to allow java.util.Properties
was:
I logged this as a bug due to the fact we certify with the Oracle JDBC driver.
It could be argued this is an RFE.
I can see two solutions.
1. Limited to xa-datasource:
org.jboss.as.connector.subsystems.datasources.DsParser.java
-> schema change so a list of values can be assigned to a single xa-property, in JCA support a call to setXXX(java.util.Properties)
2. a universal fix to the ModelNode class to allow java.util.Properties
> datasources subsystem: datasource and xa-datasource properties do not support the use of multiple values for one property
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-3688
> URL: https://issues.jboss.org/browse/WFLY-3688
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Affects Versions: 8.1.0.Final
> Reporter: Tom Fonteyne
> Assignee: Stefano Maestri
>
> The oracle JDBC driver had a method:
> setConnectionProperties(java.util.Properties value)
> which is needed to set several connection properties for datasources.
> Most (all?) of these connection properties do not have individual setters.
> WildFly does not support setting a "Properties" value for "xa-datasource-property"
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list