user1260928
user1260928

Reputation: 3429

Jhipster - one to many relationship - jsonignore

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

Answers (1)

r.diazgonz
r.diazgonz

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

Related Questions