You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2007/05/02 11:30:15 UTC

[jira] Assigned: (AXIS2-2583) ServiceContext.activate() never executes a path because of null value

     [ https://issues.apache.org/jira/browse/AXIS2-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-2583:
----------------------------------------

    Assignee: Deepal Jayasinghe

> 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
>         Assigned To: Deepal Jayasinghe
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org