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 "Sébastien Majerowicz (JIRA)" <ji...@apache.org> on 2008/05/29 10:54:45 UTC

[jira] Created: (AXIS2-3827) getUniqueSuffix does not return the right String class object

getUniqueSuffix does not return the right String class object
-------------------------------------------------------------

                 Key: AXIS2-3827
                 URL: https://issues.apache.org/jira/browse/AXIS2-3827
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.4
         Environment: winxp / jdk1.4 / axis2 version > 1.3
            Reporter: Sébastien Majerowicz
            Priority: Blocker


Dear,

by generating client classes from a wsdl with the following options:
 -d adb -s -wv 1.1 -sd -or
the getUniqueSuffix  method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears.  Could it be possible to overcome this issue quickly ?

Thanks in advance,
Sébastien Majerowicz

-- 
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-3827) getUniqueSuffix does not return the right String class object

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

Amila Chinthaka Suriarachchi resolved AXIS2-3827.
-------------------------------------------------

    Resolution: Fixed

This issue is already fixed. please have a look at with a nightly build.

> getUniqueSuffix does not return the right String class object
> -------------------------------------------------------------
>
>                 Key: AXIS2-3827
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3827
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.4
>         Environment: winxp / jdk1.4 / axis2 version > 1.3
>            Reporter: Sébastien Majerowicz
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>         Attachments: WKCheckElsaSidService.wsdl
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Dear,
> by generating client classes from a wsdl with the following options:
>  -d adb -s -wv 1.1 -sd -or
> the getUniqueSuffix  method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears.  Could it be possible to overcome this issue quickly ?
> Thanks in advance,
> Sébastien Majerowicz

-- 
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-3827) getUniqueSuffix does not return the right String class object

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

Deepal Jayasinghe reassigned AXIS2-3827:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> getUniqueSuffix does not return the right String class object
> -------------------------------------------------------------
>
>                 Key: AXIS2-3827
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3827
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.4
>         Environment: winxp / jdk1.4 / axis2 version > 1.3
>            Reporter: Sébastien Majerowicz
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Dear,
> by generating client classes from a wsdl with the following options:
>  -d adb -s -wv 1.1 -sd -or
> the getUniqueSuffix  method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears.  Could it be possible to overcome this issue quickly ?
> Thanks in advance,
> Sébastien Majerowicz

-- 
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] Commented: (AXIS2-3827) getUniqueSuffix does not return the right String class object

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643006#action_12643006 ] 

Glen Daniels commented on AXIS2-3827:
-------------------------------------

Hi Sebastien:

Can you please give us a specific example we can use to test this?  If possible please attach a small WSDL which demonstrates the issue along with instructions for replicating it.

Thanks,
--Glen


> getUniqueSuffix does not return the right String class object
> -------------------------------------------------------------
>
>                 Key: AXIS2-3827
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3827
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.4
>         Environment: winxp / jdk1.4 / axis2 version > 1.3
>            Reporter: Sébastien Majerowicz
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Dear,
> by generating client classes from a wsdl with the following options:
>  -d adb -s -wv 1.1 -sd -or
> the getUniqueSuffix  method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears.  Could it be possible to overcome this issue quickly ?
> Thanks in advance,
> Sébastien Majerowicz

-- 
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] Updated: (AXIS2-3827) getUniqueSuffix does not return the right String class object

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

Sébastien Majerowicz updated AXIS2-3827:
----------------------------------------

    Attachment: WKCheckElsaSidService.wsdl

Hello Glen,

a wsdl which causes problem was attached from this mail.

Best regards,

 Sébastien Majerowicz                                         majerow@yahoo.fr
http://membres.lycos.fr/majerowicz/
http://www.tennisclubdelewarde.com/
Ingénieur-Analyste Atos WorldLine
Docteur en Astrophysique Université Louis Pasteur
Ingenieur Ecole Nationale Supérieure de Physique de Strasbourg






> getUniqueSuffix does not return the right String class object
> -------------------------------------------------------------
>
>                 Key: AXIS2-3827
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3827
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.4
>         Environment: winxp / jdk1.4 / axis2 version > 1.3
>            Reporter: Sébastien Majerowicz
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>         Attachments: WKCheckElsaSidService.wsdl
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Dear,
> by generating client classes from a wsdl with the following options:
>  -d adb -s -wv 1.1 -sd -or
> the getUniqueSuffix  method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears.  Could it be possible to overcome this issue quickly ?
> Thanks in advance,
> Sébastien Majerowicz

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