OC4J Initialization
HI Gentlemen,
I have a problem with the embedded OC4J. I executed Chapters 1 thru 5 in the ADF Tutorial and I am ready to test the first stage of my application. However, when I press "Run", I get the following:
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
C:\jdk\bin\javaw.exe -client -classpath C:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;C:\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -Ddisable.checkForUpdate=true -Doracle.application.environment=development -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
Error initializing server: Unknown deployment root-tag attribute: xmlns:xsi
Process exited with exit code 1.
Everything was done rigorously according to the tutorial. The "xsi" attribute in the config file seems to be correct, as was generated by JDeveloper itself. Can anybody help me how to circumwent this?
Thank you in advance,
Miklos HERBOLY