[JBoss JIRA] (WFLY-3548) JTA synchronization for a distributed transaction called with incorrect TCCL
by Martin Kouba (JIRA)
[ https://issues.jboss.org/browse/WFLY-3548?page=com.atlassian.jira.plugin.... ]
Martin Kouba commented on WFLY-3548:
------------------------------------
The {{NameNotFoundException}} is gone and the CDI TCK test is passing. Waiting for the verification of the second part of the issue (TCCL).
> JTA synchronization for a distributed transaction called with incorrect TCCL
> ----------------------------------------------------------------------------
>
> Key: WFLY-3548
> URL: https://issues.jboss.org/browse/WFLY-3548
> Project: WildFly
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 8.1.0.Final
> Reporter: Martin Kouba
> Assignee: Martin Kouba
>
> It seems the RequestProcessor which is processing JTA synchronizations
> does not have the right TCCL set.
> As a result, during synchronization invocation:
> * {{NameNotFoundException}} is thrown for a JNDI lookup of "java:comp/UserTransaction"
> * if we try to acccess {{org.jboss.weld.Container}} by means of {{org.jboss.as.weld.services.ModuleGroupSingletonProvider.TCCLSingleton}}, we get ISE: "Singleton not set....This means that you are trying to access a weld deployment with a Thread Context ClassLoader that is not associated with the deployment."
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (WFLY-3688) datasources subsystem: datasource and xa-datasource properties do not support the use of multiple values for one property
by Tom Fonteyne (JIRA)
[ https://issues.jboss.org/browse/WFLY-3688?page=com.atlassian.jira.plugin.... ]
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)
11 years, 6 months
[JBoss JIRA] (WFLY-3688) datasources subsystem: datasource and xa-datasource properties do not support the use of multiple values for one property
by Tom Fonteyne (JIRA)
[ https://issues.jboss.org/browse/WFLY-3688?page=com.atlassian.jira.plugin.... ]
Tom Fonteyne updated WFLY-3688:
-------------------------------
Description:
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 "datasource-property"
was:
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"
> 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 "datasource-property"
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (WFLY-3688) datasources subsystem: datasource and xa-datasource properties do not support the use of multiple values for one property
by Tom Fonteyne (JIRA)
[ https://issues.jboss.org/browse/WFLY-3688?page=com.atlassian.jira.plugin.... ]
Tom Fonteyne updated WFLY-3688:
-------------------------------
Summary: datasources subsystem: datasource and xa-datasource properties do not support the use of multiple values for one property (was: datasources subsystem: xa-datasource properties doe not support the use of multiple values for one property)
> 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)
11 years, 6 months
[JBoss JIRA] (WFLY-4132) Transaction subsystem does not initialise the recovery store correctly
by Michael Musgrove (JIRA)
Michael Musgrove created WFLY-4132:
--------------------------------------
Summary: Transaction subsystem does not initialise the recovery store correctly
Key: WFLY-4132
URL: https://issues.jboss.org/browse/WFLY-4132
Project: WildFly
Issue Type: Bug
Components: Transactions
Affects Versions: 9.0.0.Alpha1
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 9.0.0.Beta1
The initialisation code in the transaction subsystem sets the transaction log directory on the wrong instance (https://github.com/wildfly/wildfly/blob/master/transactions/src/main/java...). The code should pass in the null string for the instance name to get the default instance.
The bug arises because we recently fixed JBTM-2207 in order to avoid string comparison with the default name and the reason this is not a backwards compatibility issue is that com.arjuna.common.internal.util.propertyservice.BeanPopulator is internal code that the app server is using.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months