We were getting an error while try to build our project after migration of ADF based Oracle BPM Forms 11g to 12c.
An error says:
"Error: <J2EE> <BEA-160187> <weblogic.appc failed to compile the application .....>"
And a warning says:
"Warning: Unresolved WebApp library references defined in weblogic.xml, of module 'public_html' [Extension-Name: oracle.soa.worklist.webapp, Specification-Version: 11.1.1, exact-match: false]"
Our "weblogic.xml" file need to update. We edited "<weblogic-web-app>" tab and remove "oracle.soa.worklist.webapp" library reference version. Then our project build successfully.
<weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.5/weblogic-web-app.xsd" xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">