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 "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2006/09/29 12:44:50 UTC

[jira] Created: (AXIS2-1270) Issues regarding Unwrapping support with ADB

Issues regarding Unwrapping support with ADB
--------------------------------------------

                 Key: AXIS2-1270
                 URL: http://issues.apache.org/jira/browse/AXIS2-1270
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
         Environment: Ubuntu linux with jdk 1.4 
            Reporter: Amila Chinthaka Suriarachchi


following issues exists in the system when generating the code using wsdl with Unwrapping flag on
(I used the eBaySvc.wsdl at /modules/integration/test-resources folder)
1. if there are similar input request objects then identical toEnvelop methods are created.
2. Message receiver sometimes does not compile, since same variable name is used for different variables.
3. Getter method of the Message Receiver is duplicated. (when different messages uses the same type)
4. Test Case is not generated properly.
5. code does not compile, when there are two elements with same type and with different maxoccurs.


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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1270) Issues regarding Unwrapping support with ADB

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1270?page=comments#action_12438690 ] 
            
Eran Chinthaka commented on AXIS2-1270:
---------------------------------------

Patch applied. Thanks.

> Issues regarding Unwrapping support with ADB
> --------------------------------------------
>
>                 Key: AXIS2-1270
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1270
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: Ubuntu linux with jdk 1.4 
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: unwrapping.tar
>
>
> following issues exists in the system when generating the code using wsdl with Unwrapping flag on
> (I used the eBaySvc.wsdl at /modules/integration/test-resources folder)
> 1. if there are similar input request objects then identical toEnvelop methods are created.
> 2. Message receiver sometimes does not compile, since same variable name is used for different variables.
> 3. Getter method of the Message Receiver is duplicated. (when different messages uses the same type)
> 4. Test Case is not generated properly.
> 5. code does not compile, when there are two elements with same type and with different maxoccurs.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1270) Issues regarding Unwrapping support with ADB

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1270?page=all ]

Amila Chinthaka Suriarachchi updated AXIS2-1270:
------------------------------------------------

    Attachment: unwrappingTest.tar

fix for TestCase generation template

> Issues regarding Unwrapping support with ADB
> --------------------------------------------
>
>                 Key: AXIS2-1270
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1270
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: Ubuntu linux with jdk 1.4 
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: unwrapping-xmlbeans.tar, unwrapping.tar, unwrappingTest.tar
>
>
> following issues exists in the system when generating the code using wsdl with Unwrapping flag on
> (I used the eBaySvc.wsdl at /modules/integration/test-resources folder)
> 1. if there are similar input request objects then identical toEnvelop methods are created.
> 2. Message receiver sometimes does not compile, since same variable name is used for different variables.
> 3. Getter method of the Message Receiver is duplicated. (when different messages uses the same type)
> 4. Test Case is not generated properly.
> 5. code does not compile, when there are two elements with same type and with different maxoccurs.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1270) Issues regarding Unwrapping support with ADB

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1270?page=all ]

Amila Chinthaka Suriarachchi updated AXIS2-1270:
------------------------------------------------

    Attachment: unwrapping-xmlbeans.tar

this patch fixes the codegeneration issues for xmlbeans with unwrapping support except TestCase Generation

> Issues regarding Unwrapping support with ADB
> --------------------------------------------
>
>                 Key: AXIS2-1270
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1270
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: Ubuntu linux with jdk 1.4 
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: unwrapping-xmlbeans.tar, unwrapping.tar
>
>
> following issues exists in the system when generating the code using wsdl with Unwrapping flag on
> (I used the eBaySvc.wsdl at /modules/integration/test-resources folder)
> 1. if there are similar input request objects then identical toEnvelop methods are created.
> 2. Message receiver sometimes does not compile, since same variable name is used for different variables.
> 3. Getter method of the Message Receiver is duplicated. (when different messages uses the same type)
> 4. Test Case is not generated properly.
> 5. code does not compile, when there are two elements with same type and with different maxoccurs.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1270) Issues regarding Unwrapping support with ADB

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1270?page=all ]

Amila Chinthaka Suriarachchi updated AXIS2-1270:
------------------------------------------------

    Attachment: unwrapping.tar

Resolve above problems for ADB. So some features may not work with xmlbeans. I'll try to send a patch to XmlBeansDataBinding.xsl.


> Issues regarding Unwrapping support with ADB
> --------------------------------------------
>
>                 Key: AXIS2-1270
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1270
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: Ubuntu linux with jdk 1.4 
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: unwrapping.tar
>
>
> following issues exists in the system when generating the code using wsdl with Unwrapping flag on
> (I used the eBaySvc.wsdl at /modules/integration/test-resources folder)
> 1. if there are similar input request objects then identical toEnvelop methods are created.
> 2. Message receiver sometimes does not compile, since same variable name is used for different variables.
> 3. Getter method of the Message Receiver is duplicated. (when different messages uses the same type)
> 4. Test Case is not generated properly.
> 5. code does not compile, when there are two elements with same type and with different maxoccurs.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1270) Issues regarding Unwrapping support with ADB

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1270?page=all ]

Davanum Srinivas resolved AXIS2-1270.
-------------------------------------

    Resolution: Fixed

Looks like Eran has applied the patch.

-- dims

> Issues regarding Unwrapping support with ADB
> --------------------------------------------
>
>                 Key: AXIS2-1270
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1270
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: Ubuntu linux with jdk 1.4 
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: unwrapping.tar
>
>
> following issues exists in the system when generating the code using wsdl with Unwrapping flag on
> (I used the eBaySvc.wsdl at /modules/integration/test-resources folder)
> 1. if there are similar input request objects then identical toEnvelop methods are created.
> 2. Message receiver sometimes does not compile, since same variable name is used for different variables.
> 3. Getter method of the Message Receiver is duplicated. (when different messages uses the same type)
> 4. Test Case is not generated properly.
> 5. code does not compile, when there are two elements with same type and with different maxoccurs.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org