FELIX-3895 (https://issues.apache.org/jira/browse/FELIX-3895) - iPOJO instance is not shown (with the "arch" commands) if constructor is failing

The architecture service is now published even is the instance is stopped. This, in combination of the declaration bindings error (available through the instance declaration service)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1480353 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/composite/src/main/resources/metadata.xml b/ipojo/runtime/composite/src/main/resources/metadata.xml
index 0f6262b..13b2163 100644
--- a/ipojo/runtime/composite/src/main/resources/metadata.xml
+++ b/ipojo/runtime/composite/src/main/resources/metadata.xml
@@ -38,8 +38,6 @@
 	<handler

 		classname="org.apache.felix.ipojo.composite.architecture.ArchitectureHandler"

 		name="architecture" type="composite" architecture="false">

-		<provides>

-			<property field="m_name" name="architecture.instance"/>

-		</provides>

+		<!-- the architecture service is published by the handler manually -->

 	</handler>

 </ipojo>
\ No newline at end of file