I noticed that line 178 of org.jboss.seam.core.Init.java is commented out:

  |    private void checkDuplicateFactory(String variable)
  |    {
  |       if ( factories.containsKey(variable) || 
factoryMethodExpressions.containsKey(variable) || 
factoryValueExpressions.containsKey(variable) )
  |       {
  |          //throw new IllegalStateException("duplicate factory for: " + 
variable);
  |       }
  |    }
  | 

Is that intentional?  Seems like users should be warned if they try to make two 
factories with the same name.  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075027
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to