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 97958

Summary: The portlet application title gets changed to "???" when creating a portlet from existing source
Product: contrib Reporter: uchithra <uchithra>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description uchithra 2007-03-15 12:10:19 UTC
OS - Sol10 Sparc and Ubuntu.


Steps to reproduce:

1.Create a new project.Choose JSR-168 application from Existing source.
2.Enter valid name for Project Name,select correct location for Java Source Root
and Web root and click finish.
3.Check the name of the portlet application created.

The application shows the name as "???"
Comment 1 Satyaranjan D 2007-04-10 04:09:28 UTC
It was happening due to the threading issue. Project.xml was getting modified
before project load. Now this is done in a serialized manner to avoid any
threading issue.
Comment 2 uchithra 2007-08-02 13:51:44 UTC
Not applicable in NB 6 as portlet Application is part of Web Application