kodo.jdbc.meta.MappingInfoNotFoundException: The "column" attribute/extension for field "test.Arret.portefeuilleId" names a column "PORTEFEUILLE" in table "ARRET" whose type (UNKNOWN(-8)) is not compatible with the type of the field (VARCHAR).
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 9 months ago
via Oracle Community by 3004, 9 months ago
via Oracle Community by 3004, 9 months ago
via Oracle Community by 3004, 1 year ago
kodo.jdbc.meta.MappingInfoNotFoundException: The "column" attribute/extension for field "test.Arret.portefeuilleId" names a column "PORTEFEUILLE" in table "ARRET" whose type (UNKNOWN(-8)) is not compatible with the type of the field (VARCHAR).
at kodo.jdbc.meta.Mappings.invalidMapping(Mappings.java:134)
at kodo.jdbc.meta.ColumnFieldMapping.fromMappingInfo(ColumnFieldMapping.java:116)
at kodo.jdbc.meta.ValueFieldMapping.fromMappingInfo(ValueFieldMapping.java:53)
at kodo.jdbc.meta.RuntimeMappingProvider.getFieldMapping(RuntimeMappingProvider..java:160)
at kodo.jdbc.meta.MappingRepository.getFieldMapping(MappingRepository.java:429)
at kodo.jdbc.meta.AbstractClassMapping.getFieldMapping(AbstractClassMapping.java:911)
at kodo.jdbc.meta.AbstractClassMapping.getFieldMapping(AbstractClassMapping.java:891)
at kodo.jdbc.meta.AbstractClassMapping.getFieldMapping(AbstractClassMapping.java:666)