I have a problem when I try to extends the SilentOrderPostMockController. In my storefront extension I create a new controller that extends the other one which belongs to acceleratorservices extension. I add requiered extension in extensioninfo.xml(requires-extension name="acceleratorservices"/ ) but trying to make ant clean all I get the error that import de.hybris.platform.acceleratorservices.web.payment.controllers.SilentOrderPostMockController cannot be resolved.
I'm using Intellij. Any hint about why this could happen? I'm using Hybris 1905, Thanx a lot.