Profile Dependencies ignored in during build
61301Jul 27 2009 — edited Oct 7 2009I am using JDeveloper 11.1.1.1 and noticed an intermittent issue with the profile dependencies within build/deployments. I have a war with deployment profile that should merge the dependant jars into the WEB-INF/lib folder on deployment. This is dependant on both Oracle managed jars (JSTL) and a custom library with additional jars. To achieve this the deployment profile merges both the WEB-INF/lib (JSTL) entries from the Oracle managed jars and the other jars via the 'Profile Dependencies'. Intermittently the jar files configured from the 'Profile Dependencies' are not included within the created war file despite being selected within the deployment configuration.
To resolve the issue I need to un-check a jar, save the workspace, re-check the jar then save the workspace again. Unfortunately this only corrects the issue for a limited amount of time before the jars are not packaged again. Once the jars are not packaged the remain unpackaged even after JDeveloper re-boots. This is frustrating as it leads to a number of deployment that fails due to an incomplete classpath.
Does anyone have a way to correct this issue?
Regards
Neil