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 "Pradeep Fernando (JIRA)" <ji...@apache.org> on 2010/12/22 11:38:05 UTC

[jira] Created: (AXIS2-4914) using camel case in generated method names

using camel case in generated method names
------------------------------------------

                 Key: AXIS2-4914
                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
             Project: Axis2
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.5.1
         Environment: linux, jdk 1.6
            Reporter: Pradeep Fernando
             Fix For: 1.6


There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
sorry I couldnt find the original JIRA.

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


Re: [jira] Reopened: (AXIS2-4914) using camel case in generated method names

Posted by Ruwan Linton <ru...@gmail.com>.
OOOppppseee, sorry about that. I have committed while the build is in
progress :-( :-( my bad

Ruwan

On Tue, Feb 1, 2011 at 4:56 PM, Andreas Veithen (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/jira/browse/AXIS2-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Andreas Veithen reopened AXIS2-4914:
> ------------------------------------
>
>
> The change causes test failures in the xmlbeans and jibx modules; see
> Hudson. Unfortunately there is no meaningful error message. It just says
> "Compile failed; see the compiler error output for details."
>
> I'm going to temporarily revert the change so that I can work on some other
> issues.
>
> > using camel case in generated method names
> > ------------------------------------------
> >
> >                 Key: AXIS2-4914
> >                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
> >             Project: Axis2
> >          Issue Type: Bug
> >          Components: codegen
> >    Affects Versions: 1.5.1
> >         Environment: linux, jdk 1.6
> >            Reporter: Pradeep Fernando
> >            Assignee: Ruwan Linton
> >            Priority: Minor
> >             Fix For: 1.6
> >
> >         Attachments: Axis2_codegen.patch
> >
> >
> > There was a jira reporting that, axis2 code gen does not generate
> camelCased method names. This is the prepared patch for that.
> > sorry I couldnt find the original JIRA.
>
> --
> This message is automatically generated by JIRA.
> -
> 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
>
>


-- 
Ruwan Linton
Member, Apache Software Foundation; http://www.apache.org
Software Architect & Product Manager, WSO2 Inc.; http://wso2.org

phone: +1 408 754 7388 ext 51789
email: ruwan@wso2.com; cell: +94 77 341 3097
blog: http://blog.ruwan.org
linkedin: http://www.linkedin.com/in/ruwanlinton
google: http://www.google.com/profiles/ruwan.linton
tweet: http://twitter.com/ruwanlinton

[jira] Resolved: (AXIS2-4914) using camel case in generated method names

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

Ruwan Linton resolved AXIS2-4914.
---------------------------------

    Resolution: Fixed

Committed the patch

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Assignee: Ruwan Linton
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

-- 
This message is automatically generated by JIRA.
-
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


[jira] Reopened: (AXIS2-4914) using camel case in generated method names

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

Andreas Veithen reopened AXIS2-4914:
------------------------------------


The change causes test failures in the xmlbeans and jibx modules; see Hudson. Unfortunately there is no meaningful error message. It just says "Compile failed; see the compiler error output for details."

I'm going to temporarily revert the change so that I can work on some other issues.

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Assignee: Ruwan Linton
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

-- 
This message is automatically generated by JIRA.
-
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


[jira] Updated: (AXIS2-4914) using camel case in generated method names

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

Pradeep Fernando updated AXIS2-4914:
------------------------------------

    Attachment: Axis2_codegen.patch

review and apply

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

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


[jira] Commented: (AXIS2-4914) using camel case in generated method names

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

Ruwan Linton commented on AXIS2-4914:
-------------------------------------

Thanks for the patch pradeep, once again you need to be careful about the coding standards, I had to do minor changes to make the Java code in the patch coding standards compatible.

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Assignee: Ruwan Linton
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

-- 
This message is automatically generated by JIRA.
-
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


[jira] Updated: (AXIS2-4914) using camel case in generated method names

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

Ruwan Linton updated AXIS2-4914:
--------------------------------

    Fix Version/s:     (was: 1.6)
                   1.7

Postponing to the next version

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Assignee: Ruwan Linton
>            Priority: Minor
>             Fix For: 1.7
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

-- 
This message is automatically generated by JIRA.
-
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


[jira] Assigned: (AXIS2-4914) using camel case in generated method names

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

Ruwan Linton reassigned AXIS2-4914:
-----------------------------------

    Assignee: Ruwan Linton

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Assignee: Ruwan Linton
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

-- 
This message is automatically generated by JIRA.
-
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


[jira] Updated: (AXIS2-4914) using camel case in generated method names

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

Pradeep Fernando updated AXIS2-4914:
------------------------------------

    Priority: Minor  (was: Major)

> using camel case in generated method names
> ------------------------------------------
>
>                 Key: AXIS2-4914
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4914
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>         Environment: linux, jdk 1.6
>            Reporter: Pradeep Fernando
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: Axis2_codegen.patch
>
>
> There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that.
> sorry I couldnt find the original JIRA.

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