Bug 984849
| Summary: | Runtime and checked exceptions are handled differently from auditors POV | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Jiri Pechanec <jpechane> | ||||
| Component: | SwitchYard | Assignee: | Keith Babo <kbabo> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Jiri Sedlacek <jsedlace> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | oskutka, soa-p-jira | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-08-22 17:01:05 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jiri Pechanec
2013-07-16 07:48:24 UTC
Created attachment 774055 [details]
Reproducer
The internal handling of these exceptions is different, so I would expect the audit behavior to be different as well. Auditors are intended as low-level debugging tools and are tightly integrated with the bus behavior in SY. User applications should use these sparingly and should not use them at all to influence runtime behavior. ExchangeInterceptors, on the other hand, should be very predictable and can be used by end users in both test and runtime. |