JJAM2014

Results 10 comments of JJAM2014

Dear grails team Method below worked with grails 4.x and groovy 2.x. However, Righ now this method are not working with grails 5.x and groovy 3.x the sorteDimensions list contains...

Dear Jeff, The Error is that docker stops working when execute this method. So, I have only javacore dump file. best regards José

Java openjdk 11 grailsVersion=5.1.7 grailsGradlePluginVersion=5.1.3 groovyVersion=3.0.7 gorm.version=7.2.1 org.gradle.daemon=true org.gradle.parallel=true org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists

Dear Jeff Thanks for your answer, I guess the problem will be in the change of version of groovy from 2.x to 3.x and in the use of annotations like...

Dear Jeff, I am so sorry, but the software belongs to the client and I cannot show it. I can tell you that I generate a project in the grails...

Dear Jeff, I would like to tell you , that I solved the problem, I looked for inside of classes and I saw this ` variableBoolean?[result:variableBoolean] as JSON :null` This...

I will attachment the zip file [failreadchild.zip](https://github.com/grails/gorm-hibernate5/files/1038183/failreadchild.zip)

I opened a issue with code #10648 where you can find more information

Hi, I have not a error of type, that line mean because hava a value and shouldn't have a value, If I write listHijas.add(padre2?.hijaPol?.id the value will be null, that...

the problem is that padre = Padre.get(2) ---> padre.hijaPol doesn't find realationship because doesn't search by foreign key padre_id else padre is associated with id hijaPol