[
https://issues.apache.org/jira/browse/AXIS2-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055157#comment-14055157
]
Hudson commented on AXIS2-5658:
-------------------------------
FAILURE: Integrated in Axis2 #2637 (See
[https://builds.apache.org/job/Axis2/2637/])
Fixed AXIS2-5658 (sagara: rev 1608843)
*
/axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/deployment/LifecycleTest.java
*
/axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/deployment/Service.java
*
/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DependencyManager.java
> 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.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]