Philip-Wu opened a new issue, #14587: URL: https://github.com/apache/grails-core/issues/14587
### Steps to Reproduce 1. Create a new project using both neo4j and hibernate using Grails 3.3.2. Following the documentation here: http://gorm.grails.org/latest/neo4j/manual/#combiningNeo4jAndHibernate 2. Using mapWith="neo4j" to assign a domain class to neo4j 3. Save domain and logs return true 4. Check neo4j. Object is never persisted ### Expected Behaviour Domain object should be saved to neo4j ### Actual Behaviour Domain object is not saved to neo4j. But can save to postgresql through hibernate when removing the mapWith property. When removing all references to hibernate, and using neo4j standalone, it works as expected and domain objects can be saved in this case. ### Environment Information - **Operating System**: Windows 10 - **GORM Version:** - **Grails Version (if using Grails):** 3.3.2 - **JDK Version:** 1.8.0_161 - **Hibernate version:** 5.1.5.Final -- 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]
