Hi all:
I am programming some functionalities in cms part of the product. In summary I am reading an event from scheduler an creating document contents with the data inside.
I have some classes and I annotate them with @Service, but when I use @Autowired with this class, value is null.
Is it possible to use @Autowired in cms part???
Thanks