Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event)
Add a better error message when an invocation target exception occurs.
Fix bundle names to follow the same pattern
Fix a bug when a property have a method but no String default value.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@590028 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/arch/pom.xml b/ipojo/arch/pom.xml
index b113c3c..7c791a4 100644
--- a/ipojo/arch/pom.xml
+++ b/ipojo/arch/pom.xml
@@ -36,6 +36,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
+          	<Bundle-Name>iPOJO Arch Command</Bundle-Name>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Private-Package>org.apache.felix.ipojo.arch</Private-Package>
           </instructions>