No Events being fired to DHXEventsManager

I have created a project and I have the java scheduler displaying and can load events using the tutorial.

My problem is that no events are being caught by my

CustomEventManager extends DHXEventsManager

Do I have to add mappings for the events.

I am using Spring MVC and Spring boot.

Any information will be gladly received.

Added this line to the controller now all is well:

p.data.dataprocessor.setURL("events");

All events are now getting routed to the :

CustomEventManager extends DHXEventsManager