Wednesday, July 2, 2014

Error: An unreported error occurred in Appc. No errors were reported, but the tool returned a failure result code: 1.



If you encounter below error while running your ADF app locally, add below code in web.xml just before </web-app> and it should resolve this compilation error.


Error: An unreported error occurred in Appc. No errors were reported, but the tool returned a failure result code: 1.

 <jsp-config>
        <jsp-property-group>
            <url-pattern>*.jsff</url-pattern>
            <is-xml>true</is-xml>
        </jsp-property-group>
    </jsp-config>

No comments:

Post a Comment