Author: bdaniel
Date: Mon Jul 26 14:30:10 2010
New Revision: 979309

URL: http://svn.apache.org/viewvc?rev=979309&view=rev
Log:
Add more intent validation and fix up inner composite policy set processing

Modified:
    
tuscany/otest/newlayout/tuscany-policy-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties

Modified: 
tuscany/otest/newlayout/tuscany-policy-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-policy-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties?rev=979309&r1=979308&r2=979309&view=diff
==============================================================================
--- 
tuscany/otest/newlayout/tuscany-policy-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 (original)
+++ 
tuscany/otest/newlayout/tuscany-policy-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 Mon Jul 26 14:30:10 2010
@@ -42,13 +42,13 @@ POL_4027=org.oasisopen.sca.ServiceRuntim
 POL_4028=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}] - [POL40002] The policy 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}PolicySetExtAttachProp 
has been attached to a property or one of its children. This is not allowed.
 POL_4033=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POL_4033, 
Artifact: META-INF/definitions.xml, Definitions:*** - ContributionReadException 
occurred due to: 
org.apache.tuscany.sca.contribution.processor.ContributionReadException: 
javax.xml.xpath.XPathExpressionException: 
javax.xml.transform.TransformerException: A location path was expected, but the 
following token was encountered:
 POL_5001=org.oasisopen.sca.ServiceRuntimeException: [Contribution: 
http://tuscany.apache.org/SystemContribution] - [POL50001] An extension to 
support the implementation type 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}unknown.type cant be found in 
the domain
-POL_9006=org.oasisopen.sca.ServiceRuntimeException: [] - The Component 
Reference reference1 can not require transactedOneWay because the 
implementation for Component TEST_POL_9006Component1 requires 
managedTransaction.local
-POL_9009=Test service got an exception during execution: 
org.oasisopen.sca.ServiceRuntimeException
-POL_9015=Test service got an exception during execution: 
org.oasisopen.sca.ServiceRuntimeException
+POL_9006=org.oasisopen.sca.ServiceRuntimeException: [] - The Component 
reference reference1 can not require transactedOneWay because the 
implementation for Component TEST_POL_9006Component1 requires 
managedTransaction.local
+POL_9009=org.oasisopen.sca.ServiceRuntimeException: [] - The Component service 
Service1 can not require transactedOneWay because the implementation for 
Component TEST_POL_9009Component2 requires managedTransaction.local
+POL_9015=org.oasisopen.sca.ServiceRuntimeException: [] - The component service 
Service1 can not require propagatesTransaction because the implementation for 
component TEST_POL_9015Component1 requires managedTransaction.local
 POL_9016=org.oasisopen.sca.ServiceRuntimeException: [] - The component service 
Service1 can not require propagatesTransaction because the implementation for 
component TEST_POL_9016Component1 requires noManagedTransaction
-POL_9017=Test service got an exception during execution: 
org.oasisopen.sca.ServiceRuntimeException
-POL_9018=Test service got an exception during execution: 
org.oasisopen.sca.ServiceRuntimeException
-POL_9019=org.oasisopen.sca.ServiceRuntimeException: [***] - The Component 
Reference reference1 can not require transactedOneWay because the 
implementation for Component TEST_POL_9019Component1 requires 
managedTransaction.local
+POL_9017=org.oasisopen.sca.ServiceRuntimeException: [] - The component 
reference reference1 can not require propagatesTransaction because the 
implementation for component TEST_POL_9017Component1 requires 
managedTransaction.local
+POL_9018=org.oasisopen.sca.ServiceRuntimeException: [] - The component 
reference reference1 can not require propagatesTransaction because the 
implementation for component TEST_POL_9018Component1 requires 
noManagedTransaction
+POL_9019=org.oasisopen.sca.ServiceRuntimeException: [***] - The Component 
reference reference1 can not require transactedOneWay because the 
implementation for Component TEST_POL_9019Component1 requires 
managedTransaction.local
 POL_9020=org.oasisopen.sca.ServiceRuntimeException: [] - The component 
reference reference1 can not require transactedOneWay because the operation 
operation1 is a two way operation
 POL_9021=org.oasisopen.sca.ServiceRuntimeException: [] - The component 
reference reference1 can not require immediateOneWay because the operation 
operation1 is a two way operation
 POL_9022=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: 
TEST_POL_9022Component1, Reference: reference1] - 
[POL40009,ASM60009,ASM60010,JCA70001,JCA70003] Intent 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}propagatesTransaction and 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}asyncInvocation are mutually 
exclusive


Reply via email to