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 172195

Summary: Enabling Web support takes several minutes.
Product: platform Reporter: Jan Jancura <jjancura>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker CC: jskrivanek, mmirilovic, pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: nps
I have a failing unit test

Description Jan Jancura 2009-09-14 15:46:57 UTC
1) install nb full
2) create new Web project
... you have to wait several minutes. see attachement
Comment 1 Jan Jancura 2009-09-14 15:49:34 UTC
Created attachment 87624 [details]
nps
Comment 2 Marian Mirilovic 2009-09-15 07:57:00 UTC
the same for C/C++ .... dup of issue 172005 ?
Comment 3 Jaroslav Tulach 2009-09-15 15:34:42 UTC
Problem in implementation of runWhenDeliveryOver(Runnable) on MultiFileSystem. Under some conditions the information 
that we are inside atomic action's dispatch can disappear. I trying to simulate in a unit test (so far 
unsuccessfully).
Comment 4 Jaroslav Tulach 2009-09-15 15:36:05 UTC
*** Issue 171626 has been marked as a duplicate of this issue. ***
Comment 5 Jaroslav Tulach 2009-09-15 15:37:57 UTC
*** Issue 172005 has been marked as a duplicate of this issue. ***
Comment 6 Jaroslav Tulach 2009-09-16 07:25:21 UTC
*** Issue 172309 has been marked as a duplicate of this issue. ***
Comment 7 Jaroslav Tulach 2009-09-16 08:26:58 UTC
Created attachment 87734 [details]
I have a failing unit test
Comment 8 Jaroslav Tulach 2009-09-16 09:05:58 UTC
Improved in core-main#2728bff12ca2, please verify.
Comment 9 Quality Engineering 2009-09-18 22:51:52 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2728bff12ca2
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #172195: runWhenDeliveryOver and MultiFileSystem's attributeChange deliver now work together