[SOLVED] Classloader problem with Alfresco and myFaces

4075278, modified 16 Years ago. New Member Posts: 2 Join Date: 9/29/09 Recent Posts
Hi all,
im trying to integrate Alfresco 3.2 with Liferay 5.2.3 (as of now using Tomcat bundle). Its working if used as a portlet, but i get errors when used directly ( http://blablabla/alfresco).
JSF complains about factories not being configured. I tracked the problem to a strange classloader behavior: when tomcat initializes alfresco, factories get configured for alfresco's webapp classloader.
But when i try to access it via url, the classloader wich FactoryFinder is on, is liferay's webapp one, wich of course is not myfaces-initialized.
As of now we are using alfresco 3 inside Liferay 5.1.2 without this kind of problems, and alfresco deployments steps are unchanged.
Is something changed in liferay classloading/deployment management changed, or where i should for an hint on how to solve this ?

Best regards,
Silvano
4075278, modified 16 Years ago. New Member Posts: 2 Join Date: 9/29/09 Recent Posts
Solved, problem was caused by the filter added to alfresco's web.xml during deployment as portlet application.
I simply removed them, and now all its working.
Is it possible to disable generation of this filters just for a single portlet application ? (Minifier, GZipper, and others)