Lucas Gioia
Lucas Gioia
@puneetbehl I have the changes of MongoEntityPersister in my ide. Do you want me to upload it as a pull request? The change: OLD if (embeddedInstances instanceof Collection) { //...
@puneetbehl The same occurrs in grails 4.1.2, with 'org.grails.plugins:mongodb:7.1.0', and "org.grails:gorm-mongodb-spring-boot:7.1.0".
@puneetbehl Hi. We can solve this problem. It is due to lack of conversion to Document, for the mechanism to work correctly. Using our system (a large, very complex system)...
@seanhastings Exactly. I downloaded this project, and made the change in MongoEntityPersister, only in the getValue() method, as shown in the last comment. With gradle I could compile the jar,...
please, @puneetbehl , review this change. We need to have this solution in our system so that it can work without problems. Very thankful.
Hi! Thanks for the solution grails.mongodb.engine=codec This change of value from mapping to codec fix our problem too. @puneetbehl In this case, should a pull request be raised to add...
Thanks @rainboyan , I also had the same problem and this solved it!
same issue here, grails 5.3.2, wildfly 27.0.1 final. We are not using any micronaut dependency.
> > same issue here, grails 5.3.2, wildfly 27.0.1 final. We are not using any micronaut dependency. > > @lucas-napse > > In my case, with Grails 4.x I was...
> same issue here, grails 5.3.2, wildfly 27.0.1 final. We are not using any micronaut dependency. Investigating a little more, I see that the micronaut dependency, although our project does...