viernes, 3 de febrero de 2012

Unresolved WebApp library references defined in weblogic.xml: Extension-Name: jsf

I was trying to deploy a JSF 2.0 dependent Webapp to a Weblogic 10.3.5 platform which consists of two servers: the AdminServer and other managed server (let's call it X). I was going to deploy the Webapp ONLY to managed server X, so I deployed the JSF library and associated it ONLY to X. I also included the library reference in weblogic.xml. When I deployed the Webapp to X, I got the following error:

Unresolved WebApp library references defined in weblogic.xml, of module 'XXX.war' [Extension-Name: jsf, Specification-Version: 2, Implementation-Version: 1.0.0.0_2-0-2, exact-match: true].

When I lost all hope, I associated the library also to AdminServer. I redeployed the Webapp and it deployed without errors. What???