Ah! I didn't see it was a "value"... Value is probably needed to call back
to ServiceImporter.

Never mind this.

Cheers
Niclas

On Sun, May 28, 2017 at 2:16 PM, Niclas Hedhman <nic...@hedhman.org> wrote:

>
> 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
>



-- 
Niclas Hedhman, Software Developer
http://polygene.apache.org - New Energy for Java

Reply via email to