Hi,
I am learning ADF thru the online tutorials in Oracle. I am in the following tutorial:
Oracle JDEV Tutorial > Advanced > Using JUnit, Ant and Hudson for Continuous Integration
I have downloaded the required files and followed the instructions in the step 1 of the tutorial but encountered a problem trying to run the tpcinstaller.jar so I proceeded to the next step. I realized my laptop does not have the java program needed to open this jar file. So I installed the following java programs in the following order: jre, jdk, and finally java_ee_sdk-7-jdk7-windows-x64.exe
After successful installation of the last one, I was able to install the tpcinstaller.jar and continued following the tutorial up to Step 2 - 13. It said to refresh the WLS console and it will display there. However, it did not. I checked the startWebLogic.cmd and an error was displayed there. I tried manually installing the otpc.war but it is giving me the following error:
Unable to access the selected application.
Exception in AppMerge flows' progression
Exception in AppMerge flows' progression
VALIDATION PROBLEMS WERE FOUND problem: cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>
I don't know what to do anymore. I tried playing around the web-app tag of web.xml under JDEV_HOME/wlserver_10.3/server/lib/consoleapp/webapp\WEB-INF as suggested in other forums/posts/articles but it did not solve the issue.
Any ideas? Thanks.