Open ghost opened 11 years ago
It will be ok if the routed ports are based on a regular expression, by example ^error(-[a-zA-Z_0-9]+|) It will allow to have several error ports, for example, error-configuration, error-runtime, ... This ports will be only used by the error handler, and will not be visible for the Dispatcher in the mediator
Actually the onexception mechanism in cilia cant catch specific exceptions and route data based on the caught exception. a fine grained exception handling feature is needed.