Skip to content
Discussion options

You must be logged in to vote

I think I figured out the problem. It seems like when you have fields in the entity class that are not explicitly marked 'public', they will not get updated when you try to update them as part of a transaction. Marking all the fields of the panache entity as public fixes the problem.

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jack-farley
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jack-farley
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jack-farley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/panache area/persistence OBSOLETE, DO NOT USE area/hibernate-reactive Hibernate Reactive
2 participants