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 215274 - Strange application name in server view
Summary: Strange application name in server view
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on: 217619
Blocks:
  Show dependency tree
 
Reported: 2012-07-09 11:03 UTC by Jiri Skrivanek
Modified: 2012-11-08 10:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot. (10.86 KB, image/png)
2012-07-09 11:03 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-07-09 11:03:39 UTC
Created attachment 121825 [details]
Screen shot.

Application name in server view shows path to project and not project name (see screen shot). To reproduce:

- create Java EE 6 Maven web project with GlassFish server
- choose Run on project node
- after deployment go to Services view and expand GlassFish|Applications node

Product Version: NetBeans IDE Dev (Build 201207090002)
Java: 1.7.0_06-ea; Java HotSpot(TM) 64-Bit Server VM 23.2-b05
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Janicek 2012-07-30 08:05:00 UTC
Valid issue --> Setting TM = 7.3
Comment 2 Martin Janicek 2012-08-29 14:41:02 UTC
The regression is caused by the same changeset as in the issue 215976.
Comment 3 Martin Janicek 2012-08-30 12:00:11 UTC
With the fix for the issue 215976, the application name is a little bit better (format is: artifactId_groupId_packaging_version). For the correct fix we have to wait for 217619.
Comment 4 Martin Janicek 2012-11-07 15:33:05 UTC
Fixed by the same changeset as issue 217619 (web-main #781969bd0560)