Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing error messages, during request mapping #3221

Open
DenovVasil opened this issue Sep 3, 2024 · 0 comments
Open

Missing error messages, during request mapping #3221

DenovVasil opened this issue Sep 3, 2024 · 0 comments
Labels
kind:enhancement New feature or request

Comments

@DenovVasil
Copy link
Contributor

##Case 1 @AssertTrue(message=...)
When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T)
We are expecting the message that was the message parameter for @AssertTrue(message=...) but we get something else
image (1)
image (2)

##Case 2 @AssertTrue that throw Exception
When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T)
and assert method throw exception, like here
image
our original message is lost due to being wrapped in another message
image

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@DenovVasil DenovVasil added the kind:enhancement New feature or request label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant