summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x')
-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"