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

2008-02-15 Thread enda
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=bbop=viewtopicp=4129796#4129796

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129796
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-12-20 Thread koatto
is it possible to include another external fiile containing component 
definitions inside the components.xml file?

thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3995284#3995284

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995284
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-10-12 Thread Udo.Krass
Hi,

i have a little problems with my configuration.
I builded my own components.xml.
I get following error:
You must specify org.jboss.seam.core.init.jndiPattern or use @JndiName
I have specified the Name in my web.xml. There it works in my EJB Container, 
but not with TestNG.
How work components.properties and components.xml?
What i had to do, that TestNG can handle with my JNDI settings?

Thanx in advance,

Udo

my components.xml:


true
@myFacesLifecycleBug@
@jndiPattern@


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977857#3977857

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977857
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-09-14 Thread mzeijen
I am wondering if there is a full description of the components.xml. The 
documentation is a bit vague about it. For example: I know you can instantiate 
components in it but I don't know how to set the scope of that component.

Next to the full documentation of the components.xml there also should be a 
Schema or DTD file. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971475#3971475

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971475
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user