[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to