Back to bug 1029099

Who When What Removed Added
Ingo Weiss 2013-11-11 16:35:47 UTC Assignee sdouglas jharting
Ingo Weiss 2013-11-11 16:44:43 UTC CC iweiss
Jozef Hartinger 2013-11-14 17:17:00 UTC Link ID JBoss Issue Tracker WFLY-2513
Radoslav Husar 2013-11-26 15:08:27 UTC CC rhusar
Jay SenSharma 2013-12-02 07:58:31 UTC CC jsenshar
Brad Maxwell 2013-12-02 16:24:00 UTC CC bmaxwell
Shay Matasaro 2013-12-10 18:54:42 UTC CC smatasar
Marek Schmidt 2013-12-11 15:07:39 UTC QA Contact maschmid rsmeral
Brad Maxwell 2014-01-09 20:22:36 UTC Blocks 1040671
Shay Matasaro 2014-01-09 20:29:28 UTC Status NEW MODIFIED
Brad Maxwell 2014-01-09 20:40:08 UTC Target Release --- EAP 6.3.0
Brad Maxwell 2014-01-09 20:42:12 UTC Blocks 1051205
Brad Maxwell 2014-01-09 20:54:11 UTC Status MODIFIED POST
Kabir Khan 2014-01-12 10:12:37 UTC Status POST MODIFIED
CC kkhan
Target Milestone --- DR0
mark yarborough 2014-01-13 15:24:31 UTC CC myarboro
Summary NPE when replicating CDI bean on EAP 6.1.0 cluster [GSS] (6.3) NPE when replicating CDI bean on EAP 6.1.0 cluster
Scott Mumford 2014-01-17 04:13:47 UTC CC smumford
Doc Text Cause: 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).

Consequence: 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.

Fix: New code has been introduced that obtains a relative path, rather than an absolute path.

Result: Beans are no longer recreated and the NPE no longer presents.
Brian J. Atkisson 2014-02-06 03:08:47 UTC CC batkisso
Paul Gier 2014-02-11 23:53:17 UTC Status MODIFIED ON_QA
Ron Šmeral 2014-02-16 20:44:26 UTC Status ON_QA VERIFIED
Marek Schmidt 2014-05-14 10:30:00 UTC CC maschmid
Tom WELLS 2014-05-14 11:45:24 UTC CC twells
Doc Text Cause: 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).

Consequence: 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.

Fix: New code has been introduced that obtains a relative path, rather than an absolute path.

Result: Beans are no longer recreated and the NPE no longer presents.
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. This means that beans are no longer recreated and the NPE no longer presents.
mark yarborough 2014-06-28 15:38:41 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2014-06-28 11:38:41 UTC
John Skeoch 2016-11-01 01:37:00 UTC CC amelicha

Back to bug 1029099