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

Summary: Allow to update enterprise resource directory
Product: serverplugins Reporter: Sherold Dev <sherold>
Component: InfrastructureAssignee: Sherold Dev <sherold>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, pbuzek, pcw
Priority: P3 Keywords: API_REVIEW_FAST
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: javadoc
diff

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