Hi,

My fault: I missed the file under the checkin of 636985. Your fix doesn't seem to be good though. I fixed it now under r637132.

Thanks,
Raymond
--------------------------------------------------
From: <[EMAIL PROTECTED]>
Sent: Friday, March 14, 2008 3:18 AM
To: <[EMAIL PROTECTED]>
Subject: svn commit: r637037 - /incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml

Author: slaws
Date: Fri Mar 14 03:18:11 2008
New Revision: 637037

URL: http://svn.apache.org/viewvc?rev=637037&view=rev
Log:
This definitions file had a invalid xpath expression which now seems to be causing problems. It's been like that for a while though so I'd be interested to know if anyone can explain why it has causing problems today. Possibly related to TUSCANY-2078

Modified:

incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml

Modified: incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml?rev=637037&r1=637036&r2=637037&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml (original) +++ incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml Fri Mar 14 03:18:11 2008
@@ -30,7 +30,7 @@
 <!-- POLICY SETS -->
  <sca:policySet name="SecureReliablePolicy"
 provides="confidentiality.transport integrity"
- appliesTo="sca:binding.ws sca:binding.sca"
+ appliesTo="sca:binding.ws and sca:binding.sca"
 xmlns="http://test";
 xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
 <wsp:PolicyAttachment>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to