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

Tomas Cerny (JIRA) jira-events at lists.jboss.org
Mon Feb 18 12:56:42 EST 2008


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
            Priority: Minor
             Fix For: 2.1.x


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