-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Getting started guide external task worker for Java doesn't work #4520
Labels
type:bug
Issues that describe a user-facing bug in the project.
Comments
ingorichtsmeier
added
the
type:bug
Issues that describe a user-facing bug in the project.
label
Aug 6, 2024
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 7, 2024
- Using the documentation, the example created by the user does not start and fails with a ClassNotFoundException: jakarta.xml.bind.JAXBException - This fix adjusts the jaxb dependency to use the same jakarta dependency as used in camunda-bpm-platform. Related-to: camunda/camunda-bpm-platform#4520
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 7, 2024
- Using the documentation, the example created by the user does not start and fails with a ClassNotFoundException: jakarta.xml.bind.JAXBException - This fix adjusts the jaxb dependency to use the same jakarta dependency as used in camunda-bpm-platform. Related-to: camunda/camunda-bpm-platform#4520
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 8, 2024
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 8, 2024
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 8, 2024
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 8, 2024
psavidis
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Aug 8, 2024
- Using the documentation, the example created by the user does not start and fails with a ClassNotFoundException: jakarta.xml.bind.JAXBException - This commit adjusts the jaxb dependency to use the same jakarta dependency as used in camunda-bpm-platform. Related-to: camunda/camunda-bpm-platform#4520
The Get Started Documentation has been updated (External Task Client, charge-card-worker source code). Closing the ticket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment (Required on creation)
7.21.0
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
Creating a project from the snipptes provided in the documentation here https://docs.camunda.org/get-started/quick-start/service-task/#add-camunda-external-task-client-dependency and here https://docs.camunda.org/get-started/quick-start/service-task/#add-the-java-class lead to an error when starting the project:
Steps to reproduce (Required on creation)
Observed Behavior (Required on creation)
Exception as shown above.
Expected behavior (Required on creation)
The external task client starts without error.
Root Cause (Required on prioritization)
Using Jakarta classes in internal classes in the client library.
Solution Ideas
Improve the documentation.
Hints
Links
Breakdown
camunda-docs-static PR
Dev2QA handover
The text was updated successfully, but these errors were encountered: