diff --git a/lib/context/applicationContext.js b/lib/context/applicationContext.js index 7e86d3d..164ea1b 100644 --- a/lib/context/applicationContext.js +++ b/lib/context/applicationContext.js @@ -529,6 +529,7 @@ ApplicationContext.prototype.getBeanByMeta = function(meta) { this.registerBeanMeta(meta); + this.invokeBeanFactoryPostProcessors(); arguments = Array.prototype.slice.apply(arguments); arguments[0] = id; return this.beanFactory.getBeanProxy.apply(this.beanFactory, arguments); @@ -739,4 +740,4 @@ ApplicationContext.prototype.getHotPath = function() { */ ApplicationContext.prototype.getBase = function() { return this.base; -} \ No newline at end of file +}