Hi Mattias,
I tried:
config.tx_extbase.persistence.classes {
\MyCompany\MyExtension\Domain\Model\Pagina {
mapping {
tableName = pages
columns {
title.mapOnProperty = title
}
}
}
}
but I get the same error message.
It seems like the PaginaRepository does not know about the TS mapping !