You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "Brian K. Wallace (JIRA)" <hi...@jakarta.apache.org> on 2005/03/17 04:46:20 UTC

[jira] Created: (HIVEMIND-101) OrdererMessages.exception uses wrong message key

OrdererMessages.exception uses wrong message key
------------------------------------------------

         Key: HIVEMIND-101
         URL: http://issues.apache.org/jira/browse/HIVEMIND-101
     Project: HiveMind
        Type: Bug
  Components: framework  
    Versions: 1.1    
 Environment: All
    Reporter: Brian K. Wallace
    Priority: Minor
 Attachments: OrdererMessages.patch, TestOrderer.patch

OrdererMessages.exception uses the Orderer.exception key to look up the message in OrdererStrings.properties. This results in the string [ORDERER.EXCEPTION] in the message. The key needs to be changed to just "exception" to match the property file as well as the syntax of the other keys.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Assigned: (HIVEMIND-101) OrdererMessages.exception uses wrong message key

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-101?page=all ]

James Carman reassigned HIVEMIND-101:
-------------------------------------

    Assign To: James Carman

> OrdererMessages.exception uses wrong message key
> ------------------------------------------------
>
>          Key: HIVEMIND-101
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-101
>      Project: HiveMind
>         Type: Bug
>   Components: framework
>     Versions: 1.1
>  Environment: All
>     Reporter: Brian K. Wallace
>     Assignee: James Carman
>     Priority: Minor
>      Fix For: 1.1
>  Attachments: OrdererMessages.patch, TestOrderer.patch
>
> OrdererMessages.exception uses the Orderer.exception key to look up the message in OrdererStrings.properties. This results in the string [ORDERER.EXCEPTION] in the message. The key needs to be changed to just "exception" to match the property file as well as the syntax of the other keys.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (HIVEMIND-101) OrdererMessages.exception uses wrong message key

Posted by "Brian K. Wallace (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-101?page=history ]

Brian K. Wallace updated HIVEMIND-101:
--------------------------------------

    Attachment: OrdererMessages.patch
                TestOrderer.patch

OrdererMessages.patch includes JavaDocs for all public methods

> OrdererMessages.exception uses wrong message key
> ------------------------------------------------
>
>          Key: HIVEMIND-101
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-101
>      Project: HiveMind
>         Type: Bug
>   Components: framework
>     Versions: 1.1
>  Environment: All
>     Reporter: Brian K. Wallace
>     Priority: Minor
>  Attachments: OrdererMessages.patch, TestOrderer.patch
>
> OrdererMessages.exception uses the Orderer.exception key to look up the message in OrdererStrings.properties. This results in the string [ORDERER.EXCEPTION] in the message. The key needs to be changed to just "exception" to match the property file as well as the syntax of the other keys.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


Re: [jira] Resolved: (HIVEMIND-101) OrdererMessages.exception uses wrong message key

Posted by "Brian K. Wallace" <br...@transmorphix.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

James -

~  Thank you for your work on resolving issues tonight. It's good to see
them getting resolved as well as opened. ;-)

Brian

James Carman (JIRA) wrote:
|      [ http://issues.apache.org/jira/browse/HIVEMIND-101?page=all ]
|
| James Carman resolved HIVEMIND-101:
| -----------------------------------
|
|      Resolution: Fixed
|     Fix Version: 1.1
|
| I was unable to apply the patch because of version differences, but I
changed the code manually.
|
|
|>OrdererMessages.exception uses wrong message key
|>------------------------------------------------
|>
|>         Key: HIVEMIND-101
|>         URL: http://issues.apache.org/jira/browse/HIVEMIND-101
|>     Project: HiveMind
|>        Type: Bug
|>  Components: framework
|>    Versions: 1.1
|> Environment: All
|>    Reporter: Brian K. Wallace
|>    Assignee: James Carman
|>    Priority: Minor
|>     Fix For: 1.1
|> Attachments: OrdererMessages.patch, TestOrderer.patch
|>
|>OrdererMessages.exception uses the Orderer.exception key to look up
the message in OrdererStrings.properties. This results in the string
[ORDERER.EXCEPTION] in the message. The key needs to be changed to just
"exception" to match the property file as well as the syntax of the
other keys.
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)

iD8DBQFCeHZcaCoPKRow/gARAod+AKCXbtQd7Gg9m9mRcO3PeQgZemaE3gCeLIos
jETrMTS2nTGDuww1kmccdE0=
=yLA0
-----END PGP SIGNATURE-----

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


[jira] Resolved: (HIVEMIND-101) OrdererMessages.exception uses wrong message key

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-101?page=all ]
     
James Carman resolved HIVEMIND-101:
-----------------------------------

     Resolution: Fixed
    Fix Version: 1.1

I was unable to apply the patch because of version differences, but I changed the code manually.  

> OrdererMessages.exception uses wrong message key
> ------------------------------------------------
>
>          Key: HIVEMIND-101
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-101
>      Project: HiveMind
>         Type: Bug
>   Components: framework
>     Versions: 1.1
>  Environment: All
>     Reporter: Brian K. Wallace
>     Assignee: James Carman
>     Priority: Minor
>      Fix For: 1.1
>  Attachments: OrdererMessages.patch, TestOrderer.patch
>
> OrdererMessages.exception uses the Orderer.exception key to look up the message in OrdererStrings.properties. This results in the string [ORDERER.EXCEPTION] in the message. The key needs to be changed to just "exception" to match the property file as well as the syntax of the other keys.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (HIVEMIND-101) OrdererMessages.exception uses wrong message key

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-101?page=all ]
     
James Carman closed HIVEMIND-101:
---------------------------------


> OrdererMessages.exception uses wrong message key
> ------------------------------------------------
>
>          Key: HIVEMIND-101
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-101
>      Project: HiveMind
>         Type: Bug
>   Components: framework
>     Versions: 1.1
>  Environment: All
>     Reporter: Brian K. Wallace
>     Assignee: James Carman
>     Priority: Minor
>      Fix For: 1.1
>  Attachments: OrdererMessages.patch, TestOrderer.patch
>
> OrdererMessages.exception uses the Orderer.exception key to look up the message in OrdererStrings.properties. This results in the string [ORDERER.EXCEPTION] in the message. The key needs to be changed to just "exception" to match the property file as well as the syntax of the other keys.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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