Reputation: 3429
I have set a one-to-many relationship between two entities. In the owner entity, I see that jhipster generator added a JsonIgnore nanotation to the one-to-many property. If I remove the JsonIgnore annotation I am getting this runtime error :
* java.lang.instrument ASSERTION FAILED *: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
Is there a way to fix this error message?
Thanks in advance.
Upvotes: 0
Views: 2297
Reputation: 101
I had the same problem, and I found the solution.
Visit Collection null in AngularJS + Spring Data JPA @OneToMany @ManyToOne
I hope it helps you
Upvotes: 0