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 52321 - Do not modify foreign DataLoader in ModuleInstall from web/project
Summary: Do not modify foreign DataLoader in ModuleInstall from web/project
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL: http://www.netbeans.org/download/dev/...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-12-13 13:21 UTC by _ rkubacki
Modified: 2006-03-24 13:03 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-12-13 13:21:11 UTC
web/project module enhances DataLoaders for HTML
and JSP with compile, debug & run actions during
startup. This is time consuming and creates hard
to maintain dependencies between modules. It is
better to extend the action sets declaratively in
layers as described in URL above.
Comment 1 _ rkubacki 2004-12-13 13:22:59 UTC
This can save some work on startup for users that do not use webapps
functioanlity.

Also it allows to remove bunch of wrapper classes.
Comment 2 Pavel Buzek 2005-01-05 03:07:29 UTC
will fix for 4.1
Comment 3 Pavel Buzek 2005-01-28 04:15:54 UTC
fixed as suggested. thanks.

cvs commit -m "52321 move declaration of actions for jsp and html
loaders into layer"
project\src\org\netbeans\modules\web\project\ui\resources\layer.xml
project\src\org\netbeans\modules\web\project\WebProjectModule.java (in
directory C:\nb_all\web\)
Checking in
project/src/org/netbeans/modules/web/project/ui/resources/layer.xml;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/resources/layer.xml,v
 <--  layer.xml
new revision: 1.15; previous revision: 1.14
done
Processing log script arguments...
More commits to come...
Checking in
project/src/org/netbeans/modules/web/project/WebProjectModule.java;
/cvs/web/project/src/org/netbeans/modules/web/project/WebProjectModule.java,v
 <--  WebProjectModule.java
new revision: 1.13; previous revision: 1.12
done
Comment 4 zikmund 2005-04-01 08:41:02 UTC
Radime, could you please verify the fix? Thanks.
Comment 5 _ rkubacki 2005-04-01 09:47:04 UTC
Although I do not like that there are still too many wrapper classes the issue
as it was reported is fixed.