Hi Javier, we have a small problem with one of our module since updating to version 7 whenever we encounter one entry that has a big amount of data because of the processes to execute it can take up to 15-20 minutes just to load the data and at time it wont even load the said data and we will have a java heap space error( resulting in the server crashing) i have been trying to reproduce the error to something similar since our main model is quiet big i have made a small example which has the same...
Hi Everyone, I have managed to fix it , my condition was indeed wrong, here is my updated condition: @Condition("${amount} > 1000 AND ${this.id} = ${parent.id}")
Hi everyone; i have this small program with 2 models with separate data only similiraties was the telephone number that appears on both models, but telephone number is not a primary key on either , therefore when i had to add a manytoone and onetomany relationship i added a field parent_id on classB so that i could link it to the correct values in class A. on my database only 2 rows of classB are linked to one row of classA, from classB perspective everything works well even on the screen, and same...
Hi Javier , I have added it as a bug thanks
Hi Javier , i have found a temporary fix for now , by adding the property defaultOrder="${glcod} asc" to the @Tab annotation i am no more getting any error on the screen. no more system error.
Also in the same line of logic , i removed the @Tab part of my model , and now everything is working perfectly no error either on list view or detail view :the @Tab contain references to the composite key @Tab(properties="glcod, glsub.costno, depcod.depcod, glnam, glgrp.glgrp", baseCondition="deleted = false", editors="List"); i thought maybe because glsub and depcod are @manytoone maybe that was the issue. but without the @Tab i don't have any error on version 7.6.4,7.6.3 and 7.6.2
Hi Javier, Beside the error log that i could pick up on openxava studio, the psql log do not show any error on the existing data. but there is a odd behaviour i noticed so if i search for the record(in list view) on the tab first it returns the data and when i select it i don't get the error on the screen and all the data is displayed properly. but if i access the models on list view( without searching it with any key search) for every existing record before upgrade to version 7.6.2 and higher; i...
Hi Javier , I have a model made up of a composite key that was designed in my previous openxava 6.2, it was working well even after upgrading to version 7, i started seeing an error when i upgraded to version 7.6.2,7.6.3 and 7.6.4; the model is now giving me a system error when i try to access any of the data previously saved on the table , but if i want to create a new record that particular record does not give me a problem; i downgraded to version 7.6.1 and the problem doesnt exist there , it...