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

Nikolaus Krismer commented on AXIS2-3164:
-----------------------------------------

same problem here....
...i run the wsdl2java operation using ANT:
<target name="wsdl2java.myservice" depends="clean.client.myservice">
        <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
                <classpath refid="axis.classpath" />
                <arg value="-d" />
                <arg value="adb" />
                <arg value="-uri" />
                <arg file="${wsdl.dms}" />
                <arg value="-p" />
                <arg value="${generated.package}.dms" />
                <arg value="-o" />
                <arg file="${basedir}" />
        </java>
</target>

It seems to only happen in wsdl-fault definitions that are static. generated 
code looks like the following (MyFault is declared in a seperat .xsd file using 
abstract="true"):
<code>
        public staticabstract class MyFault
        implements org.apache.axis2.databinding.ADBBean{
</code>

Hope this helps a little...

> wsdl2java ADB client creates 'staticabstract' instead of 'static abstract'
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-3164
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3164
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb, codegen, databinding, wsdl
>    Affects Versions: 1.3
>         Environment: debian testing, Java 1.5.0_11, eclipse 3.2.1
>            Reporter: Petr Kremen
>
> wsdl2java ADB client creates 'staticabstract' instead of 'static abstract'.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to