The above class has this; public final void assemble( ModuleAssembly module ) { module.values( DataSourceConfiguration.class ).visibleIn( Visibility.module ); if( hasConfig() ) { configModule().entities( DataSourceConfiguration.class ).visibleIn( configVisibility() ); } onAssemble( module, identity() == null ? DEFAULT_DATASOURCE_SERVICE_IDENTITY : identity(), visibility() ); }
This can't be correct. The DataSourceConfiguration being added both to the module and the configModule. Anybody remember anything about this? I think it is just the first line to be removed. Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java