Skip to content

How to add camunda resources autodeploy in graalVM? #450

Answered by tobiasschaefer
nklimkin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @nklimkin ,

thanks for trying the integration and creating this issue.

This project does currently not fully support GraalVM (we should a FAQ with the known issues and workarounds).

One issue is the missing auto-deployment you experienced.

Have you tried using repositoryService.createDeployment() manually with your bpmn file which you call in an @EventListener which is registered to ServerStartupEvent?

You don't say so, but I guess its working for you without GraalVM, right?

I assume that you will run into more issues - some are documented here: #9

However, if you implement an external worker it will work and your external worker will start in milliseconds with GraalVM:
https://github.…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by nklimkin
Comment options

You must be logged in to vote
2 replies
@tobiasschaefer
Comment options

@nklimkin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants