This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147122

Summary: Cannot debug classes in war modules in ear modules (sjsas)
Product: javaee Reporter: th3pr0ph3t <th3pr0ph3t>
Component: EARAssignee: issues@debugger <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description th3pr0ph3t 2008-09-12 18:58:45 UTC
This feature is available in Netbeans 6.0.1, but no longer works on 6.1.

When running an .ear application with a (war and jar module) in Sun Java System Application Server or Glassfish V2 in
debug mode, breakpoints set on classes contained in the .war module (such as managed beans) do not work, while
breakpoints in the ejb.jar module work properly.

Actually, it is impossible to debug war java code in an .ear application.
Comment 1 Martin Entlicher 2008-09-13 12:36:28 UTC
This seems to be a duplicate of issue #134276.

*** This issue has been marked as a duplicate of 134276 ***