From 19c0a532d94d0e01fa30e207831062c16b8e6b28 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 27 Aug 2009 14:50:20 +0000 Subject: During rebuild also reset the status of the endpoint reference so it gets rebuilt correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808440 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/core/assembly/impl/RuntimeWireImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeWireImpl.java b/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeWireImpl.java index 5fa3e679a0..7dd9eb993a 100644 --- a/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeWireImpl.java +++ b/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeWireImpl.java @@ -520,6 +520,8 @@ public class RuntimeWireImpl implements RuntimeWire { // used at the moment by binding.sca when it resets the // source interface contract for local wires this.chains = null; + + this.endpointReference.setStatus(EndpointReference.NOT_CONFIGURED); // TODO - cheating here as I fixed the RuntimeComponentService code // to call this when it resets the interface contract -- cgit v1.2.3