You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2007/03/27 05:46:32 UTC

[jira] Assigned: (CXF-491) in hello_world sample, cann't throw the expected exception

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

Freeman Fang reassigned CXF-491:
--------------------------------

    Assignee: Freeman Fang

> in hello_world sample, cann't throw the expected exception
> ----------------------------------------------------------
>
>                 Key: CXF-491
>                 URL: https://issues.apache.org/jira/browse/CXF-491
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>            Reporter: Freeman Fang
>         Assigned To: Freeman Fang
>
> in Client.java of hello_world sample, the code 
> System.out.println("Invoking greetMe with invalid length string, expecting exception...");
>         try {
>             resp = port.greetMe("Invoking greetMe with invalid length string, expecting exception...");
>         } catch (ProtocolException e) {
>             System.out.println("Expected exception has occurred: " + e.getClass().getName());
>         }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.