Tuesday, October 30, 2007

Oracle Jdev Debug Window

By Default Jdeveloper Creates a shortcut to "YOUR_INSTALL_DIR/jdeveloper.exe" but best way is to change that link to point to "YOUR_INSTALL_DIR\jdev\bin\jdev.exe" this opens a debug window (black window see below) which shows all the exceptions that are happening with JDev.



This helps in debugging your application what is causing it to fail whether its not able to parse the schema or it's not able to reach any of the wsdl's that are referenced within your soa projects.

No comments: