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 "Dennis Sosnoski (JIRA)" <ji...@apache.org> on 2007/03/29 11:28:26 UTC

[jira] Closed: (AXIS2-825) WSDL2Java compilation problem with JiBX bindings

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

Dennis Sosnoski closed AXIS2-825.
---------------------------------


> WSDL2Java compilation problem with JiBX bindings
> ------------------------------------------------
>
>                 Key: AXIS2-825
>                 URL: https://issues.apache.org/jira/browse/AXIS2-825
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.0
>         Environment: Intel Mac, Eclipse 3.2RC3, java 1.5.0_06, Axis2 1.0 June 13th build, JiBX 1.1
>            Reporter: John Grantham
>         Assigned To: Dennis Sosnoski
>         Attachments: problem.zip
>
>
> Code generation works fine when no fault is defined in the WSDL.  When a fault is defined, there is a compilation problem in line four of the first catch block of the invokeBusinessLogic(...) method of the XXXMessageReceiverInOut class:
>         } catch (ubc.nextgen.service.address.AddressRetrievalServiceSkeleton.StandardErrorException e) {
>             org.apache.axis2.AxisFault f = new org.apache.axis2.AxisFault(
>                     "StandardErrorException");
>             f.setDetail(toOM(e.getFaultMessage(), false));
>             throw f;
>         }
> the toOM(...) method has incorrect parameters for the generated exception.

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