Open daliboris opened 2 years ago
Chyba přetrvává, tentokrát se děje v kroku ExportPagesCsvStep
org.springframework.dao.InvalidDataAccessApiUsageException: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null! at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:374) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:235)
Volání REST API s parametry
{
"config": {
"params": {
"filters": [],
"includeFields": [
"title",
"tokens.c"
]
},
"delimiter": "\t"
},
"publicationIds": [
"uuid:0c94cf70-188a-11e4-8f64-005056827e52"
]
}
Postup
uuid:0c94cf70-188a-11e4-8f64-005056827e52
do formátu CSVuuid:0c94cf70-188a-11e4-8f64-005056827e52
do formátu TSV{"sorting":[],"filters":[],"includeFields":["title","tokens.c"],"excludeFields":[]}
Výsledek
v obou případech
EXPORTING_STEP
FAILED
Poznámka
Export do formátu JSON se stejnými parametry
includeFields
proběhl bez chyb.Chyba
V obou případech (CSV i TSV) identická.