#1 2012-05-10 15:39:05

david_ubi
Member
Registered: 2012-03-30
Posts: 25

problem to store data type date with MDMOUTPUT

Tags: [date, tMDMOutput]

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

 

#2 2012-05-10 16:47:26

csonnefraud
Talend Team
Registered: 2007-11-15
Posts: 322
Website

Re: problem to store data type date with MDMOUTPUT

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

 

Board footer

Powered by FluxBB