[
https://issues.apache.org/jira/browse/AXIS2-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574561#action_12574561
]
Davanum Srinivas commented on AXIS2-2583:
-----------------------------------------
I just fixed this.
> ServiceContext.activate() never executes a path because of null value
> ---------------------------------------------------------------------
>
> Key: AXIS2-2583
> URL: https://issues.apache.org/jira/browse/AXIS2-2583
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: kernel
> Reporter: Michele Mazzucco
> Assignee: Bill Nagy
> Priority: Critical
> Attachments: AXIS2-2583.patch
>
>
> In ServiceContext.activate() there's:
> ServiceGroupContext existingSGC = null;
> if (existingSGC == null) {
> // do A
> } else {
> // do B
> }
> The else is never executed
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]