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 66379 - Allow to update enterprise resource directory
Summary: Allow to update enterprise resource directory
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2005-10-10 14:20 UTC by Sherold Dev
Modified: 2005-10-25 13:22 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
javadoc (360.80 KB, application/x-compressed)
2005-10-10 14:25 UTC, Sherold Dev
Details
diff (8.48 KB, patch)
2005-10-10 14:51 UTC, Sherold Dev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sherold Dev 2005-10-10 14:20:20 UTC
Plugins need to be notified when the j2ee project enterprise resource directory
changes, so that the resources can be updated/regenerated correctly. The
following API change should make this possible.
Comment 1 Sherold Dev 2005-10-10 14:25:12 UTC
Created attachment 25749 [details]
javadoc
Comment 2 Sherold Dev 2005-10-10 14:48:28 UTC
Impacted interfaces:

org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
org.netbeans.modules.j2ee.deployment.plugins.api.ConfigurationSupport
Comment 3 Sherold Dev 2005-10-10 14:51:01 UTC
Created attachment 25753 [details]
diff
Comment 4 Sherold Dev 2005-10-10 14:56:25 UTC
Using the API_REVIEW_FAST keyword since the changes are trivial
Comment 5 Pavel Buzek 2005-10-10 16:36:36 UTC
There are already incompatible changes in ConfigurationSupport that were done in
this release and this change completes the work in this area. So I agree with
making this an incompatible change. I have no objections.
Comment 6 Sherold Dev 2005-10-20 14:19:05 UTC
Since no one has objected against this api change, I am going to commit it tomorrow.
Comment 7 Sherold Dev 2005-10-25 13:22:37 UTC
F.

Checking in apichanges.xml;
/cvs/j2eeserver/apichanges.xml,v  <--  apichanges.xml
new revision: 1.20; previous revision: 1.19
done
Checking in manifest.mf;
/cvs/j2eeserver/manifest.mf,v  <--  manifest.mf
new revision: 1.49; previous revision: 1.48
done
Checking in src/org/netbeans/modules/j2ee/deployment/config/ConfigSupportImpl.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ConfigSupportImpl.java,v
 <--  ConfigSupportImpl.java
new revision: 1.43; previous revision: 1.42
done
Checking in
src/org/netbeans/modules/j2ee/deployment/devmodules/spi/J2eeModuleProvider.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/spi/J2eeModuleProvider.java,v
 <--  J2eeModuleProvider.java
new revision: 1.52; previous revision: 1.51
done
Checking in
src/org/netbeans/modules/j2ee/deployment/plugins/api/ConfigurationSupport.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/plugins/api/ConfigurationSupport.java,v
 <--  ConfigurationSupport.java
new revision: 1.4; previous revision: 1.3
done