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
... but test fails down at this step with the following exception:
org.dbunit.dataset.NoSuchColumnException: c_categories.TEMPLATE_ID - (Non-uppercase input column: template_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
It's strange, because I don't event use a c_categories.TEMPLATE_ID column in my Entity. Please, help me to solve this bug, because it stops my work for two days...
P.S. sorry for my English, it's not my native language
The text was updated successfully, but these errors were encountered:
Hi!
I have an Entity from two tables, like this one:
The entity contains some columns from two tables, but not all of them.
DbUnit schema has description of these tables:
Before some test class I try to write the values in database by DbUnit:
... but test fails down at this step with the following exception:
It's strange, because I don't event use a
c_categories.TEMPLATE_ID
column in my Entity. Please, help me to solve this bug, because it stops my work for two days...P.S. sorry for my English, it's not my native language
The text was updated successfully, but these errors were encountered: