Hi
Could someone help me understand that why am I getting the following error when I am trying to persist
ServiceProvider entity?
The situation is like this:
a ServiceProvider has a List of BusinessLocation and a State has a list of BusinessLocation.
Following annotated classes that I want to be persisted:
ServiceProvider.java
BusinessLocation,java
Looking forward to someone waking me up of the blunder I might be commiting here.
Thanks.