Hi,
I need you to elaborate a bit more your question but uou don't need to
add the annotation code to every business service, just to the
@Repository, being available the Spring Context that way to all the
added resources (EmbeddedDatabase etc...).
Take care
Adolfo
On Dec 5, 3:45 pm, jokoul webster <
jokoulwebs...@gmail.com> wrote:
> Hi :
> In InvoiceService.java within invoices service example,there are
> two annotation code lines
>
> =================================================================================
> @SpringRepository(configurationFile = "META-INF/invoices-service/
> embedded-database-service/persistence-layer.xml")
>
> @Repository(id="invoicesService", resources={EmbeddedDatabase.class,
> MockDataGenerator.class,JdbcServiceImpl.class},
> iocProviders = {"springRepository"})
>
> =================================================================================