You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2014/07/07 07:08:34 UTC

[jira] [Created] (STANBOL-1360) EventJobManager should not re-throw EnhancementException

Rupert Westenthaler created STANBOL-1360:
--------------------------------------------

             Summary: EventJobManager should not re-throw EnhancementException
                 Key: STANBOL-1360
                 URL: https://issues.apache.org/jira/browse/STANBOL-1360
             Project: Stanbol
          Issue Type: Bug
          Components: Enhancer
    Affects Versions: 0.12.0
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
            Priority: Minor
             Fix For: 1.0.0, 0.12.1


The EventJobManager currently caches and re-throws all Exceptions other than a SecurityException. This is not a good behavior as this means that also ChainException and EnhancementEngineException thrown during the processing get wrapped within a new ChainException created by the EventJobManager.

This behavior needs to be changed so that only none EnhancementExceptions are wrapped by a ChainException.   



--
This message was sent by Atlassian JIRA
(v6.2#6252)