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

Summary: Strange application name in server view
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: MavenAssignee: Martin Janicek <mjanicek>
Status: VERIFIED FIXED    
Severity: normal CC: mkleint, pjiricka
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 217619    
Bug Blocks:    
Attachments: Screen shot.

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)