Sagara Gunathunga created AXIS2-5658:
-----------------------------------------
Summary: DependencyManager#initService(ServiceGroupContext
serviceGroupContext) method does not support for ServiceObjectSuppliers
Key: AXIS2-5658
URL: https://issues.apache.org/jira/browse/AXIS2-5658
Project: Axis2
Issue Type: Bug
Components: kernel
Affects Versions: 1.6.2, 1.5.6
Reporter: Sagara Gunathunga
Assignee: Sagara Gunathunga
Priority: Critical
Fix For: 1.7.0, 1.6.3
DependencyManager#initService(ServiceGroupContext serviceGroupContext) method
still use following code segment to create service objects.
Object serviceImpl = implClass.newInstance();
This results into ignore defined ServiceObjectSuppliers. The main use case is
"application" scoped Spring services get fail during the Axis2 server start up.
During the start up ConfigurationContextFactory calls it's
ConfigurationContextFactory#initApplicationScopeServices(ConfigurationContext
configCtx) method which in turn calls
DependencyManager#initService(ServiceGroupContext serviceGroupContext) method.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]