[ https://issues.apache.org/jira/browse/AXIS2-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613494#comment-14613494 ]
Hiranya Jayathilaka commented on AXIS2-5658: -------------------------------------------- This fix seems to be already in place. Can we resolve the issue? > 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.5.6, 1.6.2 > Reporter: Sagara Gunathunga > Assignee: Sagara Gunathunga > Priority: Critical > Fix For: 1.7.0, 1.6.4 > > > 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.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org