When trying to convert a JPA object that has a bi-directional association into JSON, I keep getting
org.codehaus.jackson.map.JsonMappingException: Infinite
In case you are using Spring Data Rest, issue can be resolved by creating Repositories for every Entity involved in cyclical references.