You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2007/07/05 18:12:04 UTC

[jira] Created: (CXF-770) Fixed messages in messages.properties

Fixed messages in messages.properties
-------------------------------------

                 Key: CXF-770
                 URL: https://issues.apache.org/jira/browse/CXF-770
             Project: CXF
          Issue Type: Improvement
          Components: Tooling
            Reporter: Glen Mazza
            Priority: Minor
         Attachments: messages.patch

Improved text and removed unused messages in the three/four of the tooling messages.properties file.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-770) Fixed messages in messages.properties

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

Glen Mazza updated CXF-770:
---------------------------

    Attachment: wsdltoPatch.txt

New patch.

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-770) Fixed messages in messages.properties

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515946 ] 

Glen Mazza commented on CXF-770:
--------------------------------

My fault, I missed that one.  I created the second patch from the first one (which was correct), by comparing the +'s and -'s and removing from the second patch every - that had a + for the same string.  I missed one in the process (the one you uncovered.)   I just did this a second time now, and the only difference was the BINDING_ALREADY_EXIST one, which I caught this time.  So I don't see any errors left.

The missing string should be:
+BINDING_ALREADY_EXIST = Input binding already exists in imported contract

I did not automate the creation of the first patch, just did an IDE search for the string within the code for each one, within the package the Messages file was located.

Sorry for the difficulty this one has caused, I did not anticipate this.

Glen


> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CXF-770) Fixed messages in messages.properties

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

Glen Mazza reopened CXF-770:
----------------------------


Additional patch to remove and update strings missed the first time around.

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CXF-770) Fixed messages in messages.properties

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

maomaode reopened CXF-770:
--------------------------


Hi Glen,

I have to re-open the issue, and can you show me the scripts that you run against the messages.properties files, 

The reason i ask this is that i found there is a message removed, but the it do used in the code, the key is BINDING_ALREADY_EXIST in the file tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties

I found this during the test

I have applied the patch, but i hope we can revisit the patch.

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-770) Fixed messages in messages.properties

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

maomaode resolved CXF-770.
--------------------------

    Resolution: Fixed

thanks, glen

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-770) Fixed messages in messages.properties

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

Glen Mazza updated CXF-770:
---------------------------

    Attachment: messages.patch

Patch file.

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Priority: Minor
>         Attachments: messages.patch
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-770) Fixed messages in messages.properties

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

maomaode resolved CXF-770.
--------------------------

    Resolution: Fixed

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-770) Fixed messages in messages.properties

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

maomaode resolved CXF-770.
--------------------------

    Resolution: Fixed

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-770) Fixed messages in messages.properties

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

Bozhong Lin updated CXF-770:
----------------------------

    Fix Version/s: 2.0.1
         Assignee: maomaode

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-770) Fixed messages in messages.properties

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515930 ] 

Bozhong Lin commented on CXF-770:
---------------------------------

james, when you review and apply patch, please check JIRA cxf-853

> Fixed messages in messages.properties
> -------------------------------------
>
>                 Key: CXF-770
>                 URL: https://issues.apache.org/jira/browse/CXF-770
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Glen Mazza
>            Assignee: maomaode
>            Priority: Minor
>             Fix For: 2.0.1
>
>         Attachments: messages.patch, wsdltoPatch.txt
>
>
> Improved text and removed unused messages in the three/four of the tooling messages.properties file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.