remove * from start of error messages now to get a feel for how many are not running.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ce172bc8e
commit
90e192523f
1 changed files with 16 additions and 16 deletions
|
@ -15,8 +15,8 @@
|
|||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
POL_3001=*Add error message
|
||||
POL_3002=*Add error message
|
||||
POL_3001=Add error message
|
||||
POL_3002=Add error message
|
||||
POL_3003=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POL_3003, Artifact: META-INF/definitions.xml, Definitions: jar:file:***/POL_3003/target/POL_3003.zip!/META-INF/definitions.xml] - [POL30002] Duplicate intent {http://docs.oasis-open.org/ns/opencsa/scatests/200903}dupIntent found in domain
|
||||
POL_3004=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POL_3004, Artifact: META-INF/definitions.xml, Definitions: jar:file:***/POL_3004/target/POL_3004.zip!/META-INF/definitions.xml] - [POL30004] Intent twoDefaults has more than one qualifier marked as the default qualifier
|
||||
POL_3005=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POL_3005, Artifact: META-INF/definitions.xml, Definitions: jar:file:***/POL_3005/target/POL_3005.zip!/META-INF/definitions.xml] - [POL30005] The intent dupQualifiers has more than one qualifier with the name qual1
|
||||
|
@ -28,17 +28,17 @@ POL_3014=org.oasisopen.sca.ServiceRuntimeException: [Contribution: General, Defi
|
|||
POL_3015=org.apache.tuscany.sca.contribution.processor.ContributionReadException: javax.xml.xpath.XPathExpressionException
|
||||
POL_3016=org.apache.tuscany.sca.contribution.processor.ContributionReadException: javax.xml.xpath.XPathExpressionException
|
||||
POL_3017=org.oasisopen.sca.ServiceRuntimeException: [Contribution: http://tuscany.apache.org/SystemContribution] - [POL30020] The policy set {http://docs.oasis-open.org/ns/opencsa/scatests/200903}BadIntentMapPolicySet intent map testIntent6 has missing qualifiers: testIntent6.qual2 The intent map qualifiers must match the provided intent qualifiers.
|
||||
POL_3018=*Add error message
|
||||
POL_4003=*Add error message
|
||||
POL_4012=*Add error message
|
||||
POL_4013=*Add error message
|
||||
POL_4027=*Add error message
|
||||
POL_5001=*Add error message
|
||||
POL_9006=*Add error message
|
||||
POL_9009=*Add error message
|
||||
POL_9015=*Add error message
|
||||
POL_9016=*Add error message
|
||||
POL_9017=*Add error message
|
||||
POL_9018=*Add error message
|
||||
POL_10001=*Add error message
|
||||
POL_11001=*Add error message
|
||||
POL_3018=Add error message
|
||||
POL_4003=Add error message
|
||||
POL_4012=Add error message
|
||||
POL_4013=Add error message
|
||||
POL_4027=Add error message
|
||||
POL_5001=Add error message
|
||||
POL_9006=Add error message
|
||||
POL_9009=Add error message
|
||||
POL_9015=Add error message
|
||||
POL_9016=Add error message
|
||||
POL_9017=Add error message
|
||||
POL_9018=Add error message
|
||||
POL_10001=Add error message
|
||||
POL_11001=Add error message
|
Loading…
Reference in a new issue