[
https://issues.apache.org/jira/browse/CXF-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang resolved CXF-491.
------------------------------
Resolution: Fixed
> 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.