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 - The portlet application title gets changed to "???" when creating a portlet from existing source
Summary: The portlet application title gets changed to "???" when creating a portlet f...
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 12:10 UTC by uchithra
Modified: 2009-03-17 07:24 UTC (History)
0 users

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 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