Page 1 of 1

Catalog Service in Admin Module?

Posted: Thu Jul 14, 2016 11:39 am
by SantoDE
Hey there,

me again! :-D

I'm currently trying to import products and therefore I'm trying to instantiate / make use of the CatalogService within my module. However, I can't get it. It's always null or to be more precise, I could create an CatalogServiceImpl Object but the DAOS are null, so it's not of a real use ;)

I already tried:

Code: Select all

    @Resource(name = "blCatalogService")
    protected CatalogService catalogService;


Is there a decent way to use this service within my module? If I missed some documentation, please just link it to me :) Thanks!

Regards,
SantoDE

Re: Catalog Service in Admin Module?

Posted: Thu Jul 14, 2016 3:22 pm
by SantoDE
Fixed by myself :)