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 "Haneef Ali (JIRA)" <ji...@apache.org> on 2007/07/06 22:34:04 UTC

[jira] Created: (AXIS2-2912) ADB Binding doesn't generate default value for the element

ADB Binding doesn't generate default value for the element
----------------------------------------------------------

                 Key: AXIS2-2912
                 URL: https://issues.apache.org/jira/browse/AXIS2-2912
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
    Affects Versions: 1.2
            Reporter: Haneef Ali


ADB doesn't seem to generate the default value of the element.

(e.g.)  <xsd:element name="discountAmount" type="xsd:decimal"
default="0"/>

If ths element is part of a complex type then I expect a declaration of

         BigDecimal localDiscountAmount = new BigDecimal("0"), 

instead it generates 
	
	   BigDecimal localDiscountAmount ;


-- 
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-2912) ADB Binding doesn't generate default value for the element

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

Amila Chinthaka Suriarachchi resolved AXIS2-2912.
-------------------------------------------------

    Resolution: Fixed

fixed the issue

> ADB Binding doesn't generate default value for the element
> ----------------------------------------------------------
>
>                 Key: AXIS2-2912
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2912
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.2
>            Reporter: Haneef Ali
>            Assignee: Amila Chinthaka Suriarachchi
>
> ADB doesn't seem to generate the default value of the element.
> (e.g.)  <xsd:element name="discountAmount" type="xsd:decimal"
> default="0"/>
> If ths element is part of a complex type then I expect a declaration of
>          BigDecimal localDiscountAmount = new BigDecimal("0"), 
> instead it generates 
> 	
> 	   BigDecimal localDiscountAmount ;

-- 
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] Assigned: (AXIS2-2912) ADB Binding doesn't generate default value for the element

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

Deepal Jayasinghe reassigned AXIS2-2912:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> ADB Binding doesn't generate default value for the element
> ----------------------------------------------------------
>
>                 Key: AXIS2-2912
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2912
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.2
>            Reporter: Haneef Ali
>            Assignee: Amila Chinthaka Suriarachchi
>
> ADB doesn't seem to generate the default value of the element.
> (e.g.)  <xsd:element name="discountAmount" type="xsd:decimal"
> default="0"/>
> If ths element is part of a complex type then I expect a declaration of
>          BigDecimal localDiscountAmount = new BigDecimal("0"), 
> instead it generates 
> 	
> 	   BigDecimal localDiscountAmount ;

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