Several improvements in the event admin handler:
- add checking when the factory is initializing instead of during the instance creation
- subscribers are no more ignored when an error occurs
- improve error messages
- fix a mistake (eventadmins instead of eventadmin) in the artifactid
- the handler now requires the event admin as an iPOJO dependency, this avoids tracking the service

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@681144 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/handler/eventadmin/pom.xml b/ipojo/handler/eventadmin/pom.xml
index ca80272..039b1f2 100644
--- a/ipojo/handler/eventadmin/pom.xml
+++ b/ipojo/handler/eventadmin/pom.xml
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>

 	<packaging>bundle</packaging>

 	<name>Apache Felix iPOJO Event Admin Handler</name>

-	<artifactId>org.apache.felix.ipojo.handler.eventadmins</artifactId>

+	<artifactId>org.apache.felix.ipojo.handler.eventadmin</artifactId>

 	<groupId>org.apache.felix</groupId>

 	<version>0.9.0-SNAPSHOT</version>