[
https://jira.jboss.org/jira/browse/JBSEAM-3361?page=com.atlassian.jira.pl...
]
Jay Balunas updated JBSEAM-3361:
--------------------------------
Attachment: reentrant_msg.txt
Attached a listing of all of the reentrant messages from the wiki testsuite.
91 of the warnings are for:
Injecting dependencies into authenticator for the invocation of
Authenticator.setGuestAccessLevel() caused the invocation of a reentrant method:
Authenticator.setGuestUser(). Some injected dependencies may not be available for the
duration of this method invocation.
19 of the warnings are for :
Injecting dependencies into authenticator for the invocation of
Authenticator.authenticate() caused the invocation of a reentrant method:
Authenticator.setGuestUser(). Some injected dependencies may not be available for the
duration of this method invocation
1 of the warnings is for:
Injecting dependencies into preferences for the invocation of
Preferences.get(java.lang.String) caused the invocation of a reentrant method:
Preferences.get(java.lang.String). Some injected dependencies may not be available for
the duration of this method invocation.
2.0 wiki contains circular injections that with new
bijectionInterceptor changes cause an infinite loop
-------------------------------------------------------------------------------------------------------
Key: JBSEAM-3361
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3361
Project: Seam
Issue Type: Bug
Components: Core, Examples, Test Harness, Wiki
Affects Versions: 2.0.3.CR1
Reporter: Jay Balunas
Assignee: Jay Balunas
Priority: Blocker
Fix For: 2.0.3.CR2
Attachments: reentrant_msg.txt
This issue initially surfaced after changes made August 23 for JBSEAM-3295.
The two components involved with the loop are :
org.jboss.seam.wiki.preferences.Preferences
org.jboss.seam.wiki.core.action.Authenticator
The loop continuously goes thought this line:
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:44)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira