Link to home
Start Free TrialLog in
Avatar of chaitu chaitu
chaitu chaituFlag for India

asked on

jdeveloper debugging problem

sometimes debugging in jdeveloper giving problem;

when i run jsp it will call servlet-->EJB--DAO;

 i am getting one window from jdeveloper saying that unable to find Source File named ETOperataionUtilities_StatelessSessionwrapper68.java;

 does it mean that i should give path to session bean source file
Avatar of petmagdy
petmagdy
Flag of Canada image

yes this is normal because u r using step into or over to the EJBs generated stubs which shouldn't reside in ur project code, hence just close the window, put another break point in the next expecting step and press the resume button
Avatar of chaitu chaitu

ASKER

i put one break point at javascript function in jsp ;upto that breakpoint it is executed after that no javascript is executed ;when i press f7,f8 it came to servlet again ;

if i dont put any break point in ejb method, will the debugger go to that method and shows the execution;
I don't think it will go throught Javascript code it can go into JSP java code, but ur break points into the JSP Java Code and into ur serlvets and use the resume button
if i dont put any break point in ejb method, will the debugger go to that method and shows the execution;
ASKER CERTIFIED SOLUTION
Avatar of petmagdy
petmagdy
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hi petmagdy,

Thanks for ur reply;

i will deploy ear file in oc4j container;i will run the container;source files r in jdeveloper path(C:\JDeveloper903\jdev\mywork\1304Release3.0);how can i intergrate oc4j container and jdeveloper;how will enable my debug option  in jdeveloper when the ear file in oc4j container;can i do like that or any other way?