Index: apichanges.xml =================================================================== RCS file: /cvs/j2eeserver/apichanges.xml,v retrieving revision 1.4 diff -u -b -r1.4 apichanges.xml --- apichanges.xml 21 Dec 2004 07:30:13 -0000 1.4 +++ apichanges.xml 23 Dec 2004 08:03:47 -0000 @@ -148,7 +148,7 @@ See Javadoc for details.

- + @@ -168,7 +168,7 @@ See Javadoc for details.

- +
@@ -190,7 +190,7 @@ See Javadoc for details.

- +
@@ -213,7 +213,32 @@ See Javadoc for details.

- + +
+ + + Wizard should push CMP mappings in one single call + + + + + +

+ Related CMP Beans Wizard need to push mapping info to plugin + in one single call. This would improve performance and make it + easier for plugin code to process the relationship mappings. + Part of this batching change, OriginalCMPMapping now includes ejbName. + J2eeModuleProvider.ConfigSupport now has new method saveConfiguration() + to allow development module wizard to commit changes it caused to + component deployment configuration. + OriginalMappingProvider, not used in the CMP mapping push module, + is removed. +

+
+ + + +