cdausmus commented on issue #1970: URL: https://github.com/apache/grails-data-mapping/issues/1970#issuecomment-2771150075
Does anyone have a solution or work around to this? I've just hit it again 12 months later. Same situation, I've created a new domain class, added a many to many relationship and it's failing on the same completely different domain class that has sub classes as before. As before, if I go through the debug logs, GrailsDomainBinder goes through the mapping twice. On the second time, it hits the classes with the subclass and I get the null pointer exception. If I remove the many to many relationship (nothing to do with the subclassed domains), GrailsDomainBinder only goes through once and works fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
