I am implementing a listener to send notifications which implements JavaDelegate interface. I couldn’t autowire other service classes from this listener class.
How are you using this class? If it’s a Spring bean, it should be referenced with a delegateExpression and not through class (otherwise a new object gets created outside of the Spring container).