I have to define a bi-directional many-to-one relationship in xml schema , which hyperjaxb3 is using to generate the entity classes.
when I tried to reference both the entities within each entity declaration , class conversion throws an exception.
I am using maven as build tool . Please suggest.