Bug 1051205
Summary: | [GSS] (6.2.x) NPE when replicating CDI bean on EAP 6 cluster | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brad Maxwell <bmaxwell> |
Component: | CDI/Weld | Assignee: | Brad Maxwell <bmaxwell> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ron Šmeral <rsmeral> |
Severity: | high | Docs Contact: | Russell Dickenson <rdickens> |
Priority: | unspecified | ||
Version: | 6.1.0 | CC: | amelicha, bmaxwell, cdewolf, iweiss, jsenshar, myarboro, pmuir, rhusar, rsmeral, smatasar, smumford |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.2.1 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
The session ID created in clustered instances of earlier JBoss EAP versions contained a full source in a deployed bean's metadata (used to create a session ID).
This was causing beans deployed across different nodes in the cluster to be recreated if a session ID was reused when accessing a different node. A NullPointerException could also been seen in the later node's log.
New code has been introduced that obtains a relative path, rather than an absolute path.
Beans are no longer recreated and the NPE no longer presents.
|
Story Points: | --- |
Clone Of: | 1029099 | Environment: | |
Last Closed: | 2014-02-24 20:13:58 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: | 1029099 | ||
Bug Blocks: | 1027004, 1040671 |
Comment 3
Scott Mumford
2014-01-17 04:15:26 UTC
|