aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Auto-registering named contribution post processor should only export when name matches #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r3986

As of Impala 1.0M6 it is now possible to import beans found by type and
filter, and not just by name. It is thus necessary to modify
NamedServiceAutoExportPostProcessor (formerly
ModuleContributionPostProcessor) so that it only exports for import entries
found which use the exportName corresponding with the current bean name.

Original issue reported on code.google.com by philzoio...@googlemail.com on 3 May 2009 at 10:56

GoogleCodeExporter commented 9 years ago
Fixed with r3987

Original comment by philzoio...@googlemail.com on 3 May 2009 at 11:18

GoogleCodeExporter commented 9 years ago
Fixed with r3987

Original comment by philzoio...@googlemail.com on 7 May 2009 at 9:36