I just know my use-case: I need to overwrite one renderer from the tomahawk.jar. That means I must be sure that tomahawk is initialized befor myComponent.jar
hth Alexander -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 5:14 PM To: MyFaces Development Subject: Re: Require ordering of for loading META-INF/faces-config.xml files from component jar If I recall, the original use case of it was the need to have a custom phase listener registered before a tomahawk phase listener was registered, but we didn't think the end-user should have to make the tomahawk jar depend on the custom jar manually. On 12/5/05, Adam Winer <[EMAIL PROTECTED]> wrote: > Mike, > > For reference sake, do you have a use case for: > > > * "If component library BAR is used in this app, make sure that > > I am initialized before it is" > > The converse is obvious and common, but I don't have anything at > my fingertips for this one; it certainly doesn't surprise me that this > would be necessary, but I'd feel a bit warmer and fuzzier when we get > around to taking this up in the EG if I could point at an exact scenario. > > Thanks, > Adam >
