add warning when trying to publish an event when event not registered
---------------------------------------------------------------------

                 Key: PLUTO-521
                 URL: https://issues.apache.org/jira/browse/PLUTO-521
             Project: Pluto
          Issue Type: Improvement
          Components: portal driver
            Reporter: Antony Stubbs
            Priority: Minor
             Fix For: 2.0.0


{code}
diff --git 
a/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/EventProviderImpl.java
 b/pluto-portal-driver-
index 2f5669b..5d435dc 100644
--- 
a/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/EventProviderImpl.java
+++ 
b/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/EventProviderImpl.java
@@ -194,6 +196,11 @@ public class EventProviderImpl implements 
org.apache.pluto.spi.EventProvider,
                                LOG.warn(e);
                        }
                }
+               else
+               {
+                       LOG.warn("Context not declared as publishing event \"" 
+ qname +
+                               "\", so not publishing.");
+               }
        }

        /**
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to