META-INF-> application-j2ee-engine.xml dosyasının içindeki reference elementinin doğruluğunu kontrol ediniz. [code language=”xml”] <?xml version="1.0" encoding="UTF-8"?> <application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd"> <!– for JSF operations –> <reference reference-type="hard" prepend="true"> <reference-target provider-name="local.j2ee" target-type="library">javax~faces~2.2.8</reference-target> </reference> </application-j2ee-engine> [/code]]]>