Branch: refs/heads/master
Home:
https://github.com/seam/catch
Commit: d5f0d40f6b3b804303e611e209f494fbfedb8b7e
https://github.com/seam/catch/commit/d5f0d40f6b3b804303e611e209f494fbfedb...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M impl/src/main/java/org/jboss/seam/exception/control/extension/CatchExtension.java
M impl/src/test/java/org/jboss/seam/exception/control/test/ExtensionTest.java
Log Message:
-----------
Fixing handlers to act the same as observers wrt qualifiers.
I had a wrong assumption about observers because I was going off of the Weld Docs, which
were wrong. I've spoken to Pete, fixed the Weld Docs and now am fixing Catch.
A handler (or observer for that matter) must exactly match the qualifiers (no extra, nor
lacking) to be invoked.