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

Providing XML content within default <message> tags provided in the "Create New Scheduled Task" not working. #580

Open
chathuranga-jayanath-99 opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@chathuranga-jayanath-99

Description

When creating a scheduled task we need to provide a message. By default it indicates <message></message>, however providing any xml content within the those tags ends up with the below error, while providing content without those tags results in expected behaviour.

[2024-12-20 16:41:28,672] ERROR {RelayUtils} - Error while building Passthrough stream org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'B' (code 66) in prolog; expected '<'
 at [row,col {unknown-source}]: [1,1]

Steps to Reproduce

  1. Create a schedule task.
  2. When providing the message, provide the xml content within the <message></message> tags.
  3. Build and run the project.

Version

prealpha

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant