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