You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hello,
In my model, i have an element with data type : date
I try to store in, data such as 2012-05-04 or same an empty string and i get always error :
Cannot invoke public static int com.amalto.core.validation.schematron.ClassFunctionsWrapperBean.yearFromDate(java.lang.Object); 1; nested exception is:
java.rmi.RemoteException: Cannot invoke public static int com.amalto.core.validation.schematron.ClassFunctionsWrapperBean.yearFromDate(java.lang.Object); 1
Any idea about this problem please?
Offline

Hi david,
It looks like there's a validation rule on this date (given there's come com.amalto.core.validation.schematron in the log), that avoids the entity validation.
Try to remove it temporarily to find which what is incorrect and blocks the saving.
Regards,
Cyril.
Offline
Pages: 1