If in a controller I set the model and store configs then I get a file load error with a strange path: app/controller/Main.js/model/file.js .
Then I took a look in controllers method "onClassExtended" and seems that this line is the reason of load fail:
If "namespace" var would have the second value "AppNamespace" then load will be okCode:namespace = Ext.Loader.getPrefix(className) || match[1]; // = "AppNamespace.controller.Main" || "AppNamespace";
