0 Replies Latest reply on Dec 15, 2008 4:21 PM by hkuniyoshi

    dependencies in @Install annotation

    hkuniyoshi
      Hi,
      When using @Install(dependencies = "foo") on 2 components w/the same name, I get an IllegalStateException.  Going through the code in org.jboss.seam.init.Initialization#addComponentDescriptor(ComponentDescriptor descriptor) it seems like the only attribute being considered is the precedence, ignoring the dependencies attribute.
      Is this the intended behavior?  Is there another way of having multiple components w/the same name without using the precedence attribute?

      Thanks,
      Hideki