Bug 895304
Summary: | Cannot execute Two-Phase Commit using Multi-Source Model Dynamic VDB | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Eiichi Nagai <enagai> |
Component: | EDS | Assignee: | Jorge Perez Bolano <jperezbo> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.3.0 GA | CC: | soa-p-jira |
Target Milestone: | ER4 | ||
Target Release: | 5.3.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Users are experiencing problems when updating on multi-source models.
If you are performing updates on multi-source models and using the default PROP_TXN_AUTO_WRAP of DETECT, then try to explicitly set the transaction mode by using of the following methods:
* local (START TRANSACTION or setAutoCommit(false)
* global/XA
* set autoCommitTxn=ON on the URL
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2025-02-10 03:27:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eiichi Nagai
2013-01-15 02:07:07 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-2349 to Resolved Steven Hawkins <shawkins> made a comment on jira TEIID-2349 This was mainly addressed by TEIID-2091 which added better transaction detection logic and removed the need for explicitly having the multi-source update flag. Teiid 8.2 went further to refine multi-source planning and removed the associated flag from the RelationalPlan. The simpliest direct fix for older branches would be to clone the multisourceupdate flag setting in the RelationalPlan clone method. Eiichi, The fix is targeted to be out in the upcoming 5.3.1 release. But until then, can you get them to try one of the below options to confirm there is a work around for this issue? Any explicit transaction will work: * local (START TRANSACTION or setAutoCommit(false) * global/XA * set autoCommitTxn=ON on the URL Eiichi, The fix is targeted to be out in the upcoming 5.3.1 release. But until then, can you get them to try one of the below options to confirm there is a work around for this issue? Any explicit transaction will work: * local (START TRANSACTION or setAutoCommit(false) * global/XA * set autoCommitTxn=ON on the URL Steven Hawkins <shawkins> updated the status of jira TEIID-2349 to Reopened Steven Hawkins <shawkins> updated the status of jira TEIID-2349 to Resolved Steven Hawkins <shawkins> made a comment on jira TEIID-2349 Added the clone fix to 7.7.4 Hi Van,
Thank you for your update.
> But until then, can you get them to try one of the below options to confirm there is a work around for this issue?
I tried setAutoCommit(false). Yes, Explicit transaction is working. They become the workaround.
Verified on SOA-P 5.3.1 ER4 Steven Hawkins <shawkins> updated the status of jira TEIID-2349 to Closed This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |