My project contains '.' in the namespace. Eg, MY.PRJ.USER.MAIL
The view "Detail.view.xml" is located in /webapp/view
The Controller "Detail.controller.js" is included in /webapp/controller
The first line in the xml file is <mvc:View controllerName="MY.PRJ.USER.MAIL.controller.Detail" ....>
However, the extension gives an error "Could not find corresponding controller".
How to resolve this issue.