у меня всё чудесно работает. Правда я на load пробовал только:
var someStore = Ext.create("Ext.data.Store", {
autoLoad : true,
proxy : {
type : 'ajax',
url : 'foo.js',
method : 'GET',
reader : {
type : 'json'
},
listeners : {
'exception' : function () {
debugger
}
}
}
});