-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Queries on nomin mapping #14
Comments
Hi
|
We have the Object hierarchy as below: So when we start with Claim and do the mapping between our DTO and Entity objects, we are trying to do as: When the application tries to initialize the Nomin mapper as above, it encounters an outofmemory PermGen error. Is Nomin able to do such 6-7 levels of mapping (complex data structure)? Have you or someone else encountered such scenarios before?
How do we make Nomin figure out what type a Party is and so get that mapped to a Person object or an Organization object (based on the kind) dynamically? |
Hi nishantoo7. Concerning your permgen issue, could it be so that you create NominMapper instance each time you perform mapping? |
we are new to nomin mapping, we are are very much interested to use this nomin mapping in our project. when we use nomin we are facing some issues. please find below.
The text was updated successfully, but these errors were encountered: