java.lang.IllegalArgumentException: Ids must exist in the Container or as a generated column , missing id: maxcallattemtps
Hi folks, this column is a small int and its default value is 3, when I include this column in my sqlcontainer - this is the error I get, any ideas would help please.
Hi,
That exception means that you don’t have a property with the ID “maxcallattempts” in your container. As to why this happens, it’s impossible to say based on the info you provide.
Please post some example code demonstrating your problem. For example how you’re doing the DB query, which columns you have in the DB and how and in which order do you construct and call the container methods. That would make it a lot easier to offer help for you.