java.lang.IllegalStateException: Multiple representations of the same entity with @ManyToMany 3 entities

Fixed it by removing CascadeType.MERGE on Permission entity

Leave a Comment