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 52506 - Wrong session name
Summary: Wrong session name
Status: VERIFIED DUPLICATE of bug 147564
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords:
: 59688 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-15 15:43 UTC by Jiri Skrivanek
Modified: 2008-09-22 10:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2004-12-15 15:43:04 UTC
If you start debugger and look at session window
it shows always '${name}' as session name. To
reproduce:

- create web application
- add breakpoint to index.jsp
- start debugger (F5) and wait until it stops at
breakpoint
- open sessions window (Window|Debugging|Sessions)
and there is '${name}' instead of something
reasonable.

Build 200412141900, JDK1.5.0_01, WindowsXP,
SJSAppServer PE 8.1 2005Q1.
Comment 1 Martin Grebac 2004-12-15 15:55:20 UTC
We have to make sure that we set a session 'name' property value
before any debugging actions in WebActionProvider (web/project).
Comment 2 Jiri Skrivanek 2005-06-09 10:53:39 UTC
*** Issue 59688 has been marked as a duplicate of this issue. ***
Comment 3 pslechta 2008-09-17 12:33:16 UTC
Still reproducible in NB 6.5.
Comment 4 pslechta 2008-09-22 08:53:16 UTC
Marking as duplicate of another issue that has higher priority and should be fixed in 6.5...

*** This issue has been marked as a duplicate of 147564 ***
Comment 5 Jiri Skrivanek 2008-09-22 10:53:59 UTC
Verified.