I have a web application which uses JSF 1.1 API but fails in JSF 1.2 implementation. NetWeaver 7.1 AS has JSF 1.2 jars in its library. When I deploy the web application , the war deploys fine, but the application startup fails as the default classloading policy of 'parent first' makes the JSF 1.2 jars of the application server .
Any help on this will be of great help .
Vishwanath