[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3361) 2.0 wiki contains circular injections that with new bijectionInterceptor changes cause an infinite loop

Jay Balunas (JIRA) jira-events at lists.jboss.org
Wed Oct 8 15:44:24 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12433136#action_12433136 ] 

Jay Balunas commented on JBSEAM-3361:
-------------------------------------

Since changes made for JBSEAM-3362 on or around Sept 1st the wiki tests in hudson have been failing. 

Sept 1st
-  http://hudson.qa.jboss.com/hudson/view/Seam/job/Seam-2.0.X-CI/934/

On Sept 4th there were some more changes with JBSEAM-3362 that reduced the failing tests - there are 20 failing wiki tests related to cyclic dependencies.  This has been consistent since then - 20 failed tests.
- http://hudson.qa.jboss.com/hudson/view/Seam/job/Seam-2.0.X-CI/937/

The warning messages are all like this (there are many of them):

[testng] WARN  [org.jboss.seam.core.BijectionInterceptor] 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.

The failed tests all appear to be related to components that we not injected as a result of this.

As before I have verified this does not effect trunk, and is easy enough to duplicate - just run "ant test" in the wiki example using the seam 2.0 branch.


   


> 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
>
>
> 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

        



More information about the seam-issues mailing list