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:45:22 UTC

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

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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org