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 50789 - Do not add new filesystems to repository
Summary: Do not add new filesystems to repository
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 09:54 UTC by _ rkubacki
Modified: 2006-03-24 10:23 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 _ rkubacki 2004-10-25 09:54:53 UTC
org.openide.filesystems.Repository.{add|remove}FileSystem
are deprecated and there is no reason to create
temporary filesystem, add it for a while to
repository and remove it during deployment process
in j2eeserver module.
Comment 1 Petr Jiricka 2004-10-25 12:39:42 UTC
Radim, thanks for finding this. 

Still, pretty bad bug report: What are the consequences for the user?
What is the justification of the P2 priority?
Comment 2 _ rkubacki 2004-10-25 13:30:16 UTC
Personally I do not care about priority. Currently it is not expected
that any module will alter repository content. 
Comment 3 Nam Nguyen 2004-10-27 04:49:17 UTC
Fixed in ServerFileDistributor and InitialServerFileDistributor.
Comment 4 _ rkubacki 2004-10-28 11:14:57 UTC
thanks, I've seen this was commited to trunk (4.0 and to promoe_dev
branch)