You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing the exception when trying to import data for a entity which has complex primary key.
I have attached the following:
project zip file.
word doc with screenshots of the issue faced
sample data used for uploading
stackTrace for the issue.
I am not able to export the JSON object from entity inspector like you asked, it is giving an error related to the complex key.
I have attached that screen shot as well in the word document.
Regards,
Aruna
import data exception:
java.lang.IllegalArgumentException: An exception occurred while creating a query in EntityManager:
Exception Description: Problem compiling [SELECT e FROM complexkey$CustomerCompKey e where e.customer = :propertyValue].
[14, 40] The abstract schema type 'complexkey$CustomerCompKey' is unknown.
[49, 59] The state field path 'e.customer' cannot be resolved to a valid type.
The text was updated successfully, but these errors were encountered:
i've recently released the 0.8.0. Contentwise nothing changed regarding this issue. But in the README I created a section that describes a little bit the limitations and how I when using this addon normally handle these cases. Perhaps this helps you also in your case: https://github.com/mariodavid/cuba-component-data-import#import-limitations
Complex_Key_Issue.zip
Hi,
Facing the exception when trying to import data for a entity which has complex primary key.
I have attached the following:
I am not able to export the JSON object from entity inspector like you asked, it is giving an error related to the complex key.
I have attached that screen shot as well in the word document.
Regards,
Aruna
import data exception:
The text was updated successfully, but these errors were encountered: