You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2004/11/30 14:55:31 UTC

[jira] Created: (AXISCPP-288) Tests failing with "Unknown Exception occured"

Tests failing with "Unknown Exception occured"
----------------------------------------------

         Key: AXISCPP-288
         URL: http://nagoya.apache.org/jira/browse/AXISCPP-288
     Project: Axis-C++
        Type: Bug
  Components: Basic Architecture  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 
    Priority: Critical


Tests fail to run with "Unknown Exception occured"

By using trace, the problem is shown to occur in AxisClientEngine::process()

The problem is with some recently added code, which assumes the SOAP Service name is always of the form "service#operation", and therefore truncate to just the service.  However, it is legitimate for this SOAP Service name to be absent, which is what's causing the above problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-288) Tests failing with "Unknown Exception occured"

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-288?page=history ]
     
Adrian Dick resolved AXISCPP-288:
---------------------------------

     Resolution: Fixed
    Fix Version: current (nightly)

Additional check added to AxisClientEngine::process() to only truncate the SOAP Service name if it is complete and of the form "service#operation".

> Tests failing with "Unknown Exception occured"
> ----------------------------------------------
>
>          Key: AXISCPP-288
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-288
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Critical
>      Fix For: current (nightly)

>
> Tests fail to run with "Unknown Exception occured"
> By using trace, the problem is shown to occur in AxisClientEngine::process()
> The problem is with some recently added code, which assumes the SOAP Service name is always of the form "service#operation", and therefore truncate to just the service.  However, it is legitimate for this SOAP Service name to be absent, which is what's causing the above problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-288) Tests failing with "Unknown Exception occured"

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-288?page=history ]
     
Adrian Dick closed AXISCPP-288:
-------------------------------


> Tests failing with "Unknown Exception occured"
> ----------------------------------------------
>
>          Key: AXISCPP-288
>          URL: http://issues.apache.org/jira/browse/AXISCPP-288
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Critical
>      Fix For: current (nightly)

>
> Tests fail to run with "Unknown Exception occured"
> By using trace, the problem is shown to occur in AxisClientEngine::process()
> The problem is with some recently added code, which assumes the SOAP Service name is always of the form "service#operation", and therefore truncate to just the service.  However, it is legitimate for this SOAP Service name to be absent, which is what's causing the above problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira