You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Aaron Gourley (JIRA)" <ji...@apache.org> on 2010/06/03 16:34:08 UTC

[jira] Updated: (AXIS2-4193) WSDL2JAVA no setters in ADBBean

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

Aaron Gourley updated AXIS2-4193:
---------------------------------

    Comment: was deleted

(was: I will attach a small sample WSDL that reproduces the issue.  Here are the arguments that I'm passing to WSDL2Java (Axis2 1.5.1):

-p webservice.test -o /workspace/codegen/ -S src\java -R classes\webservice\test --noBuildXML --noWSDL -g -ss -ssi -sd -d adb -wv 1.1 -ns2p http://schemas.test.com/webservices/2006=webservice.test.types._2006,http://schemas.test.com/webservices/2009=webservice.test.types._2009,http://test.com/wsdl/types/=webservice.test.types -uw -u -Euwc -uri /workspace/src/wsdl/Test.wsdl)

> WSDL2JAVA no setters in ADBBean
> -------------------------------
>
>                 Key: AXIS2-4193
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4193
>             Project: Axis2
>          Issue Type: Bug
>          Components: adb, codegen
>    Affects Versions: 1.4.1
>            Reporter: Roger Niederland
>
> Generating java classes using wsdl2java (as ADBBeans) (Axis2 version 1.4.1) 
>  on WSDL containing the following information: 
>    <xs:complexType name="PaymentAmount"> 
>       <xs:simpleContent> 
>          <xs:extension base="tns:Amount"/> 
>       </xs:simpleContent> 
>    </xs:complexType> 
>    <xs:complexType name="Amount"> 
>       <xs:simpleContent> 
>          <xs:extension base="xs:decimal"> 
>             <xs:attribute name="currency" type="tns:currency" use="required"/> 
>          </xs:extension> 
>       </xs:simpleContent> 
>    </xs:complexType> 
> The generated PaymentAmount class has no setter or getter methods. 
> The generated Amount class has as expected setter and getter method for Currency and Decimal. 

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org