Hi,
It seems that the official otest suite has latency to fix some of the
issues. Should we consider the following option to get Tuscany otest build
stable?
1) Check out the latest otest from oasis svn
2) We maintain a patch with changes on the otest that are not handled by
OASIS yet
3) Have the build to apply the patch before the otest build
Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <[email protected]>
Sent: Thursday, March 18, 2010 11:01 AM
To: <[email protected]>
Subject: Re: OASIS Schema Updates
I'm seeing the same list as Luciano.
I think we should follow Ant's suggestion and make local changes.I
don't think we'll get OASIS changes before next week. Anything I can
do to help?
Simon
The policy otest changes are pretty much the two below. Is there are
JIRA open I can attach the patch to?
Index: Policy_General_Java/src/main/resources/TestComposite1.composite
===================================================================
--- Policy_General_Java/src/main/resources/TestComposite1.composite
(revision
37)
+++ Policy_General_Java/src/main/resources/TestComposite1.composite
(working
copy)
@@ -29,7 +29,7 @@
<property name="serviceName" source="$serviceName"/>
</component>
- <reference name="reference1"
promote="TestComposite1Component1/reference1">
+ <reference name="reference1"
promote="TestComposite1Component1/reference1" multiplicity="1..1">
<interface.java interface="org.oasisopen.sca.test.Service1"/>
</reference>
Index: Policy_General_Java/src/main/resources/TestComposite2.composite
===================================================================
--- Policy_General_Java/src/main/resources/TestComposite2.composite
(revision
37)
+++ Policy_General_Java/src/main/resources/TestComposite2.composite
(working
copy)
@@ -33,7 +33,7 @@
<property name="serviceName" source="$serviceName"/>
</component>
- <reference name="reference1"
promote="TestComposite2Component1/reference1">
+ <reference name="reference1"
promote="TestComposite2Component1/reference1" multiplicity="1..1">
<interface.java interface="org.oasisopen.sca.test.Service1"
callbackInterface="org.oasisopen.sca.test.Service3Callback"/>
</reference>
Simon