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 "Keith Godwin Chapman (JIRA)" <ji...@apache.org> on 2007/08/10 16:09:43 UTC

[jira] Created: (AXIS2-3115) Detail in Error message thrown from databinding types is not explanatory

Detail in Error message thrown from databinding types is not explanatory
------------------------------------------------------------------------

                 Key: AXIS2-3115
                 URL: https://issues.apache.org/jira/browse/AXIS2-3115
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: adb
            Reporter: Keith Godwin Chapman
            Assignee: Amila Chinthaka Suriarachchi


XML Schema data types have valid values for eg. Name cannot contain spaces. If I did the following

Name name = new Name("test name");

It throws an error as 

org.apache.axis2.AxisFault: data=[test name]

I had a look at the code and seems like all messages (supposed to be taken from some message bundle) are commented out producing error messages which are not self explanatory. If this error was sent to the client side they wouldn't know what happened. 

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


[jira] Resolved: (AXIS2-3115) Detail in Error message thrown from databinding types is not explanatory

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-3115.
-------------------------------------------------

    Resolution: Fixed

add an error message

> Detail in Error message thrown from databinding types is not explanatory
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-3115
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3115
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: adb
>            Reporter: Keith Godwin Chapman
>            Assignee: Amila Chinthaka Suriarachchi
>
> XML Schema data types have valid values for eg. Name cannot contain spaces. If I did the following
> Name name = new Name("test name");
> It throws an error as 
> org.apache.axis2.AxisFault: data=[test name]
> I had a look at the code and seems like all messages (supposed to be taken from some message bundle) are commented out producing error messages which are not self explanatory. If this error was sent to the client side they wouldn't know what happened. 

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