[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2642) components.xml circular references

Norman Richards (JIRA) jira-events at lists.jboss.org
Fri Mar 14 02:37:59 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2642?page=all ]

Norman Richards closed JBSEAM-2642.
-----------------------------------

    Fix Version/s: 2.1.0.GA
                       (was: 2.1.x)
       Resolution: Done
         Assignee: Norman Richards

Fixed.

> components.xml circular references
> ----------------------------------
>
>                 Key: JBSEAM-2642
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2642
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.1.GA
>         Environment: Linux Gentoo, quad core intel Q6600, 3 Screens ;D. 
> JBoss AS 4.2.2
>            Reporter: Tomas Cerny
>         Assigned To: Norman Richards
>            Priority: Minor
>             Fix For: 2.1.0.GA
>
>
> components.xml 
> Code:
> <component name="userSecurityService" 
> 	             class="edu.my.service.export.impl.userSecurityServiceImpl"
> 	             scope="application">
> 	      <property name="serviceLocator">#{serviceLocator}</property>
> </component>
> <component name="serviceLocator" 
>              class="edu.my.service.ServiceLocator"
>              scope="application">
>       <property name="userSecurityService">#{userSecurityService}</property>
> </component>
> 	
> I am receiving stack overflow on container when hit the server.
> Spring can handle this. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list