Test project: https://github.com/jasonparallel/asynchError (run junit and look for system out statements)
When using the new value property of the asynch annotation execution will not occur.
It appears that when AbstractAsyncExecutionAspect calls determineAsyncExecutor the beanFactory property of AsyncExecutionAspectSupport is null. Execution then stops at
Is this a misconfiguration on my part or a bug in the implimentation?HTML Code:Assert.notNull(this.beanFactory,"BeanFactory must be set on " + this.getClass().getSimpleName() +" to access qualified executor [" + qualifier + "]");


Reply With Quote