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/08/03 08:25:53 UTC

[jira] Resolved: (AXIS2-1424) Method signatures are incorrect in the sample code given in the "Exception Handling using WSDL Faults" document

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

Deepal Jayasinghe resolved AXIS2-1424.
--------------------------------------

    Resolution: Fixed

seems like the issues is fixed and some one has applied the patch.

Thanks
Deepal

> Method signatures are incorrect in the sample code given in the "Exception Handling using WSDL Faults" document
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1424
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1424
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.1
>         Environment: Windows XP, jdk1.5.0_08, Maven 1.0.2, Mozilla Firefox 1.5.0.6
>            Reporter: Evanthika Amarasiri
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>         Attachments: AXIS2-1424.patch
>
>
> Was testing the sample "FaultHandling" of the RC1 version found the following defect
> In the "Exception Handling using WSDL Faults" document, a sample code is given asking the user to insert that part of code into the BankServiceSkeleton.java class
> But this code segment is not valid. 
> final AccountNotExistFault fault = new AccountNotExistFault();
> fault.setAccount(account);
> throw new AccountNotExistFaultMessageException("Account does not exist!", fault);
> The method signatures given in the document are wrong to what is actually given in the actual java classes of the given sample. Therefore, the document has to be updated with the correct segment of code
>  
> The user cannot proceed with the sample until the correct sample code is given

-- 
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