Modify code in MessagePatternFilter
-----------------------------------

                 Key: MUSE-93
                 URL: http://issues.apache.org/jira/browse/MUSE-93
             Project: Muse
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Andrew Eberbach
         Assigned To: Dan Jemiolo
             Fix For: 2.1.0


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