[jboss-user] [JBoss Seam] - StackOverflowError Shenanigans

jimk1723 do-not-reply at jboss.com
Fri Dec 22 14:29:19 EST 2006


I made the mistake of naming one of my Seam components "org" for my organization entities, e.g. @Factory("org"). Seam blew up. Is this one for JIRA or is there a best practices document for component naming?

I'll spare you the 50 page stacktrace and include only the coup de'gras:


  | Caused by: javax.faces.el.EvaluationException: Cannot get value for expression '#{org.jboss.seam.core.facesMessages}'
  |         at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:402)
  |         at org.jboss.seam.core.Expressions$1.getValue(Expressions.java:51)
  |         at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1666)
  |         at org.jboss.seam.Component.getInstance(Component.java:1615)
  |         at org.jboss.seam.Component.getInstance(Component.java:1592)
  |         at org.jboss.seam.Component.getInstanceToInject(Component.java:1842)
  |         at org.jboss.seam.Component.injectFields(Component.java:1342)
  |         at org.jboss.seam.Component.inject(Component.java:1112)
  | 

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

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



More information about the jboss-user mailing list