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 "Hudson (JIRA)" <ji...@apache.org> on 2013/07/14 05:00:49 UTC

[jira] [Commented] (AXIS2-4630) ADB generates code that doesn't compile when WSDL has abstract types.

    [ https://issues.apache.org/jira/browse/AXIS2-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707930#comment-13707930 ] 

Hudson commented on AXIS2-4630:
-------------------------------

UNSTABLE: Integrated in Axis2 #2402 (See [https://builds.apache.org/job/Axis2/2402/])
Applied patch for AXIS2-4630 (sagara: rev 1502754)
* /axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl

                
> ADB generates code that doesn't compile when WSDL has abstract types.
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-4630
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4630
>             Project: Axis2
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.5.1
>            Reporter: Aaron Gourley
>            Assignee: Kishanthan Thangarajah
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-4630.patch
>
>
> In ADBBeanTemplate.xsl, occurrences of the following exist without taking into consideration the fact that the class may have been declared as abstract:
> new <xsl:value-of select="$name"/>();
> Classes are declared abstract if @isAbstract='true' here (also in ADBBeanTemplate.xsl):
> <xsl:if test="@isAbstract and @unwrapped and not(@skip-write)">abstract</xsl:if>
> Obviously, abstract classes can not be instantiated directly.  Specifically I am seeing the problem in the generated Factory.fromString() method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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