The fix below apparently introduced a new bug:
Package org.springframework.ejb
* SpringBeanAutowiringInterceptor calls "InvocationContext.proceed()" in order to invoke subsequent interceptors as well
----
The autowireBean-method in the SpringBeanAutowiringInterceptor apparently throws an Exception. That's not allowed by the spec. An it will not execute in Websphere 7 with Java6.
![]()


Reply With Quote

