Bug 871868
| Summary: | Improve Error message management. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Martin Weiler <mweiler> |
| Component: | JBossESB | Assignee: | Nobody <nobody> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.3.0 GA | CC: | 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: | 2025-02-10 03:21:02 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin Weiler
2012-10-31 15:20:06 UTC
Another use case where the current error message creation is causing issues:
----------------
We have a secured service defined.
When invoking the secured service without credentials, we receive the following exception:
org.jboss.soa.esb.services.security.SecurityServiceException: Service 'AuthServiceOk' has been configured for security but no AuthenticationRequest could be located in the Message Context. Cannot authenticate without an AuthenticationRequest.
at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.processPipeline(ActionProcessingPipeline.java:551)
at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:442)
This is fine. However our specified fault-to service is then invoked, but not with out original message.
How do we ensure when an authentication error occurs our original message is available to our fault-to service?
I do have the relates-to, but I no longer have the message instance. The client is remote, so cannot even get the client to persist and lookup using the relates-to message id.
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |