On Mon, 28 Feb 2005 19:12:05 +0100, Adrien FOURES <[EMAIL PROTECTED]> wrote:
> Hello !
>
> I use myfaces 1.0.8, and i don't understand why a jar is building in my
> temp folder
> for example = myfaces12903.jar, format = myfacesXXXXX.jar, when i
> strat tomcat?
> I have a lot of warning in tomcat's log on start up too i don't is is
> the same problem ?
>
> Example:
> [...]
> WARNING: [ComponentRule]{faces-config/component}
> Merge(org.apache.myfaces.HtmlPanelTabbedPane)
> 25 02 2005 19:01:00 com.sun.faces.config.rules.ComponentRule end
> WARNING: [ComponentRule]{faces-config/component}
> Merge(org.apache.myfaces.HtmlRadio)
> 25 02 2005 19:01:00 com.sun.faces.config.rules.ComponentRule end
> [...]
>
> Any body have see this problem, can somebody help me.
> Thanks a lot for your repply,
>
These warnings are coming from the JSF RI as it parses configuration
files, so I presume you are trying to use the MyFaces *components*
with the JSF RI *runtime*, right?
These warnings will be emitted whenever the set of faces-config.xml
files being parsed has more than one <component> element for the same
component type. This is not an error situation (the information in
the multiple elements should be merged, as required by the JSF spec),
but it might not be what the developer intended - hence the warnings.
> Adrien
Craig