Hello.
I am getting almost same issue, but without usage of bridge. I have method like this:

@Transient
@Field
String getParentCategoryName() {
if (parent == null) return this.name; else return parent.getParentCategoryName();
}

`parent` - is @ManyToOne/@OneToOne lazy relation.

(so, same thing regarding recursive calls to lazy objects is here, I'll provide stacktrace tomorrow).

Maybe you could provide me some workaround (except switching to eager loading?

Thanks a lot,
Michail.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira