arjangch commented on issue #14333: URL: https://github.com/apache/grails-core/issues/14333#issuecomment-3214406935
I just converted [Example2](https://github.com/arjangch/grails-project-helper/tree/main/example2) to RC1. The only one that still doesn't work is adding with **withNewSession** into secondDB `Employee.withNewSession { session -> // cannot add Employee with new session into 2nd db. def oneemployee = new Employee(name: "Louis3", lastname: "mandy3", employeeId: 3333, employeeNotes: "my 3 3").save(flush: true, failOnError: true) }` -- 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: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org