Bug 1271806
| Summary: | [GSS](6.4.z) Verify if a SQLException is fatal in all methods | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | jolee |
| Component: | JCA | Assignee: | Bartek Spyrko-Smietanko <bspyrkos> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.4 | CC: | bmaxwell, bspyrkos, cdewolf, hsvabek, jmartisk, jpederse, vtunka |
| Target Milestone: | CR2 | ||
| Target Release: | EAP 6.4.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-17 11:43:51 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: | |||
| Bug Blocks: | 1235745, 1278301 | ||
|
Description
jolee
2015-10-14 19:02:55 UTC
Ported to 1.1 and 1.0 branches. PR 1.1: https://github.com/ironjacamar/ironjacamar/pull/403 PR 1.0: https://github.com/ironjacamar/ironjacamar/pull/402 Verified with EAP 6.4.5.CR1. We actually founded regression. There are switched lines in BaseWrapperManagedConnection.setJdbcTransactionIsolation(). After this change is not propagated new isolation level to the underlying connection. https://github.com/ironjacamar/ironjacamar/commit/9734a8baeb860e2af46d39bfbb0c987729316422#diff-70c384d81f51a95051c8075bb9b87b63R1054 PR with a fix: https://github.com/ironjacamar/ironjacamar/pull/433 PR merged, moving to MODIFIED. Verified with EAP 6.4.5.CR2. Jesper Pedersen <jpederse> updated the status of jira JBJCA-1297 to Closed Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. |