summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-02-09 18:27:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-02-09 18:27:29 +0000
commit6f1fe9ddc82fb6ee92567bbb7dfcf77aed684208 (patch)
tree2f412c475397315cab2c8848bcb2b4234491256b /sca-java-2.x/trunk
parent6f8dabf80393ef4d717f322a136300cb092226ed (diff)
Didn't mean to enable the spi test in the previous check in. Also update the safe spi file to include Raymond's APBR changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/testing/itest/pom.xml2
-rw-r--r--sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/pom.xml b/sca-java-2.x/trunk/testing/itest/pom.xml
index 8f09a010db..7d163678fa 100644
--- a/sca-java-2.x/trunk/testing/itest/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/pom.xml
@@ -84,7 +84,9 @@
<module>scdl</module>
<module>services</module>
<module>service-reference</module>
+<!--
<module>spi</module>
+-->
<module>wires</module>
<module>ws</module>
<module>ws-jaxws</module>
diff --git a/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt b/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt
index 64798e33ac..219627cc82 100644
--- a/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt
+++ b/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt
@@ -312,6 +312,8 @@ public interface org.apache.tuscany.sca.assembly.Reference extends org.apache.tu
public abstract void setWiredByImpl(boolean);
public abstract java.util.List getTargets();
public abstract java.util.List getEndpointReferences();
+ public abstract boolean isAllowsPassByReference();
+ public abstract void setAllowsPassByReference(boolean);
}
Compiled from "SCABinding.java"