-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution:
Won't Fix
-
Affects Version/s: 2.2.0.GA, 2.3.0.GA, 2.4.0.GA, 2.5.0.GA
-
Fix Version/s: 2.7.0.GA
-
Component/s: Seam 2
-
Labels:
-
Environment:
2.2.0.ER2
-
Target Release:
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Known Issue
-
Release Notes Text:
-
Bugzilla References:
Description of problem:
There is an old issue that happens to show up in the Seamspace example.
It occurs only on IBM JDK (1.6, possibly 1.7 too) is already documented in two Seam JIRAs [1] [2].
The seamspace example throws a NullPointerException from Seam's class org.jboss.seam.security.permission.EntityIdentifierStrategy when invoking #
.
[1] https://issues.jboss.org/browse/JBSEAM-4586
[2] https://issues.jboss.org/browse/JBPAPP-2377
How reproducible:
Not always reproducible:
Build and deploy the seamspace example to an EAP6 instance running on an IBM JDK 1.6 and run the tests.
Actual results:
The createBlogTest fails with: java.lang.AssertionError: Unexpected number of blog entries. expected:<3> but was:<0>.
Expected results:
Tests should pass.