[ http://issues.apache.org/jira/browse/MYFACES-223?page=comments#action_12316205 ]
Peter Mahoney commented on MYFACES-223: --------------------------------------- I have come across a similar problem. During development I use the tomcat plugin with the devloader to load myfaces-all.jar using the web application classloader, as it does not work at all if it is loaded using tomcat's system class loader. This works fine for all standard components. However, if I try to use any of the extended components I get the "Undefined Component" error described above. To resolve this I must duplicate tomahawk.jar in every WEB-INF/lib. Is it the case that it is only looking for the myfaces_ext.tld within the web application, rather than on the classpath? > Can't share myfaces jars globally in tomcat > ------------------------------------------- > > Key: MYFACES-223 > URL: http://issues.apache.org/jira/browse/MYFACES-223 > Project: MyFaces > Type: Improvement > Versions: 1.0.9 beta > Environment: Java JDK 1.5.0_03, Tomcat 5.0.28 > Reporter: Alessandro Polverini > > Hello, > I'm developing a lot of little applications using myfaces. > It would be very useful to have the possibility to share globally over tomcat > (e.g. in the shared/lib dir) the myfaces jar so I don't have to deploy 1.5Mb > of jars for every 50K web application. > Thanks, > Alex -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
