[seam-commits] [seam/catch] d5f0d4: Fixing handlers to act the same as observers wrt q...

noreply at github.com noreply at github.com
Tue Nov 30 14:03:21 EST 2010


Branch: refs/heads/master
Home:   https://github.com/seam/catch

Commit: d5f0d40f6b3b804303e611e209f494fbfedb8b7e
    https://github.com/seam/catch/commit/d5f0d40f6b3b804303e611e209f494fbfedb8b7e
Author: LightGuard <lightguard.jp at 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.




More information about the seam-commits mailing list