logging again ... was Re: Running MyFaces 1.2

2007-02-26 Thread Dennis Byrne
Since JSF is part of the JEE 5 spec users don't need to include the JSF jars or their dependencies in their webapps when deploying into Geronimo 2.0. This makes developing a webapp much easier but makes developing JSF a little more tricky because the MyFaces jars are part of the server

Re: logging again ... was Re: Running MyFaces 1.2

2007-02-26 Thread Mike Kienenberger
Works for me. On 2/26/07, Dennis Byrne [EMAIL PROTECTED] wrote: Since JSF is part of the JEE 5 spec users don't need to include the JSF jars or their dependencies in their webapps when deploying into Geronimo 2.0. This makes developing a webapp much easier but makes developing JSF a

Re: logging again ... was Re: Running MyFaces 1.2

2007-02-26 Thread Paul McMahan
Excellent observation, Dennis. In Geronimo and a few other app servers I am familiar with the user is provided with several knobs that can affect classloading. Ideally, a component designed to run in different types of containers would make as few assumptions about its container's classloader