You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "wangfeng (JIRA)" <de...@tuscany.apache.org> on 2009/12/22 15:10:29 UTC

[jira] Created: (TUSCANY-3401) There is a mistake on the definition of authentication,integrity qualifiers

There is a mistake on the definition of authentication,integrity qualifiers
---------------------------------------------------------------------------

                 Key: TUSCANY-3401
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3401
             Project: Tuscany
          Issue Type: Bug
          Components: Java Spec APIs
    Affects Versions: Java-SCA-2.0-M3
         Environment: sun jdk 1.6
            Reporter: wangfeng


The definition of authentication,integrity qualifiers on the sca annotation api should be splitted by dot.

String AUTHENTICATION_MESSAGE = AUTHENTICATION + "message";
String AUTHENTICATION_TRANSPORT = AUTHENTICATION + "transport";
shoule be
String AUTHENTICATION_MESSAGE = AUTHENTICATION + ".message";
String AUTHENTICATION_TRANSPORT = AUTHENTICATION + ".transport";

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


[jira] Updated: (TUSCANY-3401) There is a mistake on the definition of authentication,integrity qualifiers

Posted by "wangfeng (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangfeng updated TUSCANY-3401:
------------------------------

    Attachment: 3401.patch

> There is a mistake on the definition of authentication,integrity qualifiers
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-3401
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3401
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java Spec APIs
>    Affects Versions: Java-SCA-2.0-M3
>         Environment: sun jdk 1.6
>            Reporter: wangfeng
>         Attachments: 3401.patch
>
>
> The definition of authentication,integrity qualifiers on the sca annotation api should be splitted by dot.
> String AUTHENTICATION_MESSAGE = AUTHENTICATION + "message";
> String AUTHENTICATION_TRANSPORT = AUTHENTICATION + "transport";
> shoule be
> String AUTHENTICATION_MESSAGE = AUTHENTICATION + ".message";
> String AUTHENTICATION_TRANSPORT = AUTHENTICATION + ".transport";

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


[jira] Assigned: (TUSCANY-3401) There is a mistake on the definition of authentication,integrity qualifiers

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder reassigned TUSCANY-3401:
----------------------------------

    Assignee: ant elder

> There is a mistake on the definition of authentication,integrity qualifiers
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-3401
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3401
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java Spec APIs
>    Affects Versions: Java-SCA-2.0-M3
>         Environment: sun jdk 1.6
>            Reporter: wangfeng
>            Assignee: ant elder
>         Attachments: 3401.patch
>
>
> The definition of authentication,integrity qualifiers on the sca annotation api should be splitted by dot.
> String AUTHENTICATION_MESSAGE = AUTHENTICATION + "message";
> String AUTHENTICATION_TRANSPORT = AUTHENTICATION + "transport";
> shoule be
> String AUTHENTICATION_MESSAGE = AUTHENTICATION + ".message";
> String AUTHENTICATION_TRANSPORT = AUTHENTICATION + ".transport";

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


[jira] Closed: (TUSCANY-3401) There is a mistake on the definition of authentication,integrity qualifiers

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-3401.
------------------------------

    Resolution: Fixed

Patch applied, many thanks for the fix.

> There is a mistake on the definition of authentication,integrity qualifiers
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-3401
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3401
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java Spec APIs
>    Affects Versions: Java-SCA-2.0-M3
>         Environment: sun jdk 1.6
>            Reporter: wangfeng
>            Assignee: ant elder
>         Attachments: 3401.patch
>
>
> The definition of authentication,integrity qualifiers on the sca annotation api should be splitted by dot.
> String AUTHENTICATION_MESSAGE = AUTHENTICATION + "message";
> String AUTHENTICATION_TRANSPORT = AUTHENTICATION + "transport";
> shoule be
> String AUTHENTICATION_MESSAGE = AUTHENTICATION + ".message";
> String AUTHENTICATION_TRANSPORT = AUTHENTICATION + ".transport";

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