Bug 1204957
Summary: | [GSS] (6.4.z) EJB client automatically retries on authentication errors | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Derek Horton <dehort> |
Component: | EJB | Assignee: | Derek Horton <dehort> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | hsvabek |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.1 | CC: | bbaranow, cdewolf, egonzale, jawilson, jmartisk, rsvoboda |
Target Milestone: | CR2 | ||
Target Release: | EAP 6.4.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: The EJB client code will automatically retry the connection even if the connection failed due to authentication failure.
Consequence: The login module is called twice for no reason.
Fix: Use the following system property on the client side to disable the reconnect on authentication failures logic:
-Djboss-ejb-client.reconnectOnAuthenticationFailures=false
Result: The EJB client code will not automatically retry the connection in the event of an authentication failure.
|
Story Points: | --- |
Clone Of: | 1203465 | Environment: | |
Last Closed: | 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: | 1196116, 1203465, 1207953 |
Description
Derek Horton
2015-03-23 21:31:08 UTC
Pull Request: https://github.com/jbossas/jboss-ejb-client/pull/109 Upstream PR: https://github.com/jbossas/jboss-ejb-client/pull/107 Use the following system property on the client side to disable the reconnect on authentication failures logic: -Djboss-ejb-client.reconnectOnAuthenticationFailures=false Component backport PR (merged): https://github.com/jbossas/jboss-ejb-client/pull/109 Component upstream PR: https://github.com/jbossas/jboss-ejb-client/pull/107 modified. pr in 1.x branch is merged. Fix is not merged in master. QA team has test for this, we must include it in CP01 payload as there was one-off for this issue (BZ 1203465). holding qa_ack till we have it merged in master new pr for master branch (2.x in ejb-client case) 2.x is the master branch for ejb-client. New PR sent: https://github.com/jbossas/jboss-ejb-client/pull/113 qa_acking as we have one-off 1203465 delivered to customers verified Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. |