You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Andrew Eberbach (JIRA)" <ji...@apache.org> on 2006/09/07 15:47:23 UTC

[jira] Deleted: (MUSE-93) Modify code in MessagePatternFilter

     [ http://issues.apache.org/jira/browse/MUSE-93?page=all ]

Andrew Eberbach deleted MUSE-93:
--------------------------------


> Modify code in MessagePatternFilter
> -----------------------------------
>
>                 Key: MUSE-93
>                 URL: http://issues.apache.org/jira/browse/MUSE-93
>             Project: Muse
>          Issue Type: Bug
>            Reporter: Andrew Eberbach
>         Assigned To: Dan Jemiolo
>
> In MessagePatternFilter there is an accepts section that does:
>         
>         try
>         {
>             return XPathUtils.isMatch(messageXML, _pattern);
>         }
>         
>         catch (Throwable error)
>         {
>         	System.out.println("got exception " + error.getMessage());
>         	error.printStackTrace();
>             return false;
>         }
> This squelches the exception. It should be catching something more specific like TransformerExcpetion. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org