Bug 1077407
| Summary: | When CMR is defined WARN message is shown in the log | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Chaloupka <ochaloup> | ||||
| Component: | Transaction Manager | Assignee: | Michael <mmusgrov> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Chaloupka <ochaloup> | ||||
| Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | unspecified | ||||||
| Version: | 6.3.0 | CC: | hhovsepy | ||||
| Target Milestone: | ER4 | ||||||
| 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:44 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: | |||||||
| Attachments: |
|
||||||
|
Description
Ondrej Chaloupka
2014-03-17 22:47:29 UTC
Created attachment 875726 [details]
Standalone xml with configured CMR
For reproducing the warning it's necessary to take postgresql jdbc driver, name it dsdriver.jar and put it to eap deployments folder.
This was tested with EAP 6.3.0.DR4
I wonder about maybe we could just not print a warning the very first pass of the recovery module, what do you think Mike? We could do that quite easily but the issue is that the transaction subsystem starts before JCA starts so when we lookup the datasource it isn't registered. Will the resolution for https://bugzilla.redhat.com/show_bug.cgi?id=1091308 help here, if not then lets fix it by only printing the warning on the next recovery pass. Just a note from me: if you test this on later EAP 6.3.0 version I can see that the message was moved from WARN to DEBUG log level. I think Tom did that so the bug status should either be moved to POST or not a bug. What do you think Ondrej? Yeap, I agree. It could be moved to POST (or to ON_QA) - I'm not sure what is the procedure - and it could be verified now for 6.3.0.ER4. Can you do so? The log level was changed to debug so the error/warning message is not shown normally. Verified for EAP 6.3.0.ER5. |