- This topic has 8 replies, 3 voices, and was last updated 16 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
larryfloodMemberThis message has not been recovered.
January 6, 2009 at 12:51 pm #293117
Loyal WaterMemberThis message has not been recovered.
January 6, 2009 at 4:38 pm #293135
larryfloodMemberThis message has not been recovered.
January 7, 2009 at 9:45 am #293160
Loyal WaterMemberThis message has not been recovered.
January 7, 2009 at 5:01 pm #293211
larryfloodMemberOk, I’v uninstalled all of MyEclipse and cleaned up the registry then re-installed MyEclipse 7.0
I’ve created a very simple web project and it’s associated enterprise project.
I put a simple println statement in the index.jsp.
I deployed the application, set a breapoint on the println statement and MyEclipse ignored it (the same results a before).Here’s the console output when deploying:
09/01/07 15:53:45 Notification ==> Application UnDeployer for TestEnt COMPLETES [ Wed Jan 07 15:53:45 MST 2009 ]
09/01/07 15:59:36 Auto-unpacking D:\Oracle\oc4j\j2ee\home\application-autodeploy\TestEnt.ear… done.
09/01/07 15:59:36 Auto-unpacking D:\Oracle\oc4j\j2ee\home\application-autodeploy\TestEnt\TestWeb.war… done.
09/01/07 15:59:36 Auto-deploying TestEnt (New server version detected)…
09/01/07 15:59:37 ApplicationServer: appName = HMMS_EntApp
09/01/07 15:59:37 Auto-deploying file:/D:/Oracle/oc4j/j2ee/home/application-autodeploy/TestEnt/TestWeb/ (New server version detected)…
09/01/07 15:59:37 Installed TestEnt…
09/01/07 15:59:37 Auto-binding web-app ‘TestWeb’ to web-site ‘OC4J 10g (10.0.2) HTTP Web Site’ at ‘/TestWeb’…Here’s a portion of the jsp code that I have:
<body>
This is my JSP page. <br>
<%
System.out.println(“testline”);
%>
</body>My applicaiton debugged fined when using MyEclipse 6.5 and I haven’t changed anything execpt MyEclipse
thanks,
LarryJanuary 8, 2009 at 4:18 pm #293275
Riyad KallaMemberLarry,
There is something going on here, I’m filing a bug for us to investigate this.
January 8, 2009 at 5:48 pm #293277
larryfloodMemberWhat would the next steps be then?
thanksJanuary 9, 2009 at 10:34 am #293308
larryfloodMemberI changed the compiler compliance to 1.4 from 1.3. This caused the debugger to give the “source not found” error that others are having.
LarryJanuary 12, 2009 at 2:53 pm #293421
Riyad KallaMemberNo next steps until the dev team gets time to investigate what is going on here. For some reason either the source map coming back from the app server is insufficient for the IDE to break at the correct location, or it’s communicating incorrectly with the server’s VM to get the information.
-
AuthorPosts