You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tom McQueeney (JIRA)" <de...@geronimo.apache.org> on 2005/07/05 10:40:11 UTC

[jira] Created: (GERONIMO-707) Deployment exception message could supply more information when there's a typo in the JAX-RPC mapping file

Deployment exception message could supply more information when there's a typo in the JAX-RPC mapping  file
-----------------------------------------------------------------------------------------------------------

         Key: GERONIMO-707
         URL: http://issues.apache.org/jira/browse/GERONIMO-707
     Project: Geronimo
        Type: Improvement
  Components: deployment  
    Reporter: Tom McQueeney
    Priority: Trivial


This is a usability enhancement request.

When the axis-builder encounters a WSDL operation with no corresponding mapping in the service-endpoint-method-mapping section of the JAX-RPC mapping file, it throws a deployment exception containing the name of the WSDL operation it was trying to map. More diagnostic information, such as what valid operations are defined in the mapping file, would make it easier to correct a mapping typo when jaxrpc-mapping.xml deployment files are hand-coded.

Patch will follow to enhance the exception message.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-707) Deployment exception message could supply more information when there's a typo in the JAX-RPC mapping file

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-707?page=all ]
     
Gianny Damour closed GERONIMO-707:
----------------------------------

    Fix Version: 1.0-M4
     Resolution: Fixed

Thanks Tom.

> Deployment exception message could supply more information when there's a typo in the JAX-RPC mapping  file
> -----------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-707
>          URL: http://issues.apache.org/jira/browse/GERONIMO-707
>      Project: Geronimo
>         Type: Improvement
>   Components: deployment
>     Reporter: Tom McQueeney
>     Priority: Trivial
>      Fix For: 1.0-M4
>  Attachments: WSDesriptorParser.patch
>
> This is a usability enhancement request.
> When the axis-builder encounters a WSDL operation with no corresponding mapping in the service-endpoint-method-mapping section of the JAX-RPC mapping file, it throws a deployment exception containing the name of the WSDL operation it was trying to map. More diagnostic information, such as what valid operations are defined in the mapping file, would make it easier to correct a mapping typo when jaxrpc-mapping.xml deployment files are hand-coded.
> Patch will follow to enhance the exception message.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-707) Deployment exception message could supply more information when there's a typo in the JAX-RPC mapping file

Posted by "Tom McQueeney (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-707?page=all ]

Tom McQueeney updated GERONIMO-707:
-----------------------------------

    Attachment: WSDesriptorParser.patch

This patch adds a list of operations defined in the JAX-RPC mapping file to the exception message when a WSDL operation isn't found during web service deployment. The patch adds some overhead by creating a string buffer containing the defined operations, but only when the deployment would fail with an exception.

> Deployment exception message could supply more information when there's a typo in the JAX-RPC mapping  file
> -----------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-707
>          URL: http://issues.apache.org/jira/browse/GERONIMO-707
>      Project: Geronimo
>         Type: Improvement
>   Components: deployment
>     Reporter: Tom McQueeney
>     Priority: Trivial
>  Attachments: WSDesriptorParser.patch
>
> This is a usability enhancement request.
> When the axis-builder encounters a WSDL operation with no corresponding mapping in the service-endpoint-method-mapping section of the JAX-RPC mapping file, it throws a deployment exception containing the name of the WSDL operation it was trying to map. More diagnostic information, such as what valid operations are defined in the mapping file, would make it easier to correct a mapping typo when jaxrpc-mapping.xml deployment files are hand-coded.
> Patch will follow to enhance the exception message.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira