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.