Bug 1058626
| Summary: | Failing enlisting transaction when JTS transaction with JDBC object store is used | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Chaloupka <ochaloup> | ||||
| Component: | Transaction Manager | Assignee: | tom.jenkinson | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Chaloupka <ochaloup> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.2.0 | CC: | kkhan | ||||
| Target Milestone: | DR6 | ||||||
| Target Release: | EAP 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-28 15:25:25 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: | |||||||
| Bug Depends On: | 1078148 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Ondrej Chaloupka
2014-01-28 08:02:18 UTC
Created attachment 856420 [details]
war file with servlet and ejb
Good catch, as this only affects dropTable scenario I am not too worried as that is really a test feature but we should certainly fix it. I think the solution could be to utilize a map in com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore that is keyed on the datasourceName in jdbcStoreEnvironmentBean.getJdbcAccess(). Is this a high priority for you? Could you not use dropTable in standalone.xml and just trunc the JBossTSTxTable yourself pre test? Tom Hi Tom, no, from my point of view it's not top priority and it does not block testing. Generally I think it is better to have it fixed but it could be postponed somelike. It depends on you how you consider it. Ondra Resolved by upgrade in 1078148 Verified for EAP 6.3.0.DR6. |