Bug 991389
Summary: | Connection factory isn't activated in generic-jms-ra.rar resource adapter after server reload with jts transactions mode set. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Vladimir Rastseluev <vrastsel> | ||||||
Component: | JCA | Assignee: | Stefano Maestri <smaestri> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Chaloupka <ochaloup> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.1.1 | CC: | jkudrnac, myarboro, ochaloup, pslavice, smaestri, smumford | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Known Issue | |||||||
Doc Text: |
When a JBoss EAP server is configured with a resource adapter deployed using `generic-jms-ra.rar`, the connection factory is deregistered when the server is reloaded. The cause of the issue is that the generic resource adapter does not correctly handle the reload if the transaction subsystem is configured to run on the JBoss Transactions System (JTS). The root cause of this issue is being investigated.
A workaround is to add a JCA descriptor XML file to the RAR archive with the connection properties specified.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-09-10 13:52:13 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
Vladimir Rastseluev
2013-08-02 10:19:55 UTC
Created attachment 781922 [details]
generic-jms-ra.rar
Workarond exists: use .rar with ironjacanar.xml deployment descriptor, e.g from https://bugzilla.redhat.com/show_bug.cgi?id=991380 Ivo Studensky <istudens> made a comment on jira WFLY-1968 This does not seem to be an issue in WildFly. It only affects EAP. I don't know, however, which commit fixes it. I have written a release notes entry for this ticket. In comment 2, Vladimir suggests a workaround is available, which was not mentioned in the draft release notes text. If there is a workaround available, please provide specifics in this ticket. Hi Russel, I changed the word restarted to reloaded in the doc text as the problem occurs for reloading server not restarting. The workaround is to add the iron jacamar descriptor ironjacamar.xml to the RAR archive with the connection properties specified. The issue https://bugzilla.redhat.com/show_bug.cgi?id=991380 contains attachment jms-generic-rar.rar (https://bugzilla.redhat.com/attachment.cgi?id=781903) where such descriptor was added (manually by Vladimir) and with such additional configuration the reload should work. Ondra Hi Stefano, please, what is current status of this issue? Do you think that it could be fixed in the near future? Thanks Ondra Stefano Maestri <smaestri> updated the status of jira WFLY-1968 to Resolved |