[jboss-user] [JBoss Seam] - components.xml circular references

enda do-not-reply at jboss.com
Fri Feb 15 19:43:49 EST 2008


Hey I would need an advise:

Can I do in Seam components.xml something like this:


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

Thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129796#4129796

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129796



More information about the jboss-user mailing list