[ 
https://issues.apache.org/jira/browse/PLUTO-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696927#action_12696927
 ] 

Ate Douma commented on PLUTO-521:
---------------------------------

I didn't commit any no.
If you come up with a new patch, just reopen this issue and attach it and 
directly assign it to me then. 

> 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