Hello,
In my form I am using rest api to get business data :
/API/bdm/businessData/com.company.model.Contract/ --- this example from documentation.
It throws the exception :
{"exception":"class org.bonitasoft.engine.exception.BonitaRuntimeException","message":"USERNAME=| org.bonitasoft.engine.commons.exceptions.SRetryableException: javax.persistence.PersistenceException: org.hibernate.exception.DataException: Could not read entity state from ResultSet : EntityKey[com.company.model."bdm name"#5699]"}
What could be a problem ?