Community
Participate
Working Groups
Build Identifier: 1.1.2.v201005192216 I have an existing table and am trying to create the appropriate XSD so I can access it through Teneo. I keep getting an error during schema validation that says "Missing column: e_version in <mydb>.foo". I tried disabling optimistic locking using the @HbEntity annotation, but Teneo is still generating that column in its HBM mapping. Attached, you'll find: (a) a SQL script that defines my table (b) an XSD file that defines my entity (c) the hbm.xml mapping generated by Teneo (snooped out using a debugger); and, (d) the error stack trace I've talked with Martin about this, and he's already fixed the issue. This bug entry is for posterity. Reproducible: Always
Created attachment 170984 [details] SQL script to create table
Created attachment 170985 [details] XSD definition of entity
Created attachment 170986 [details] HBM generated by Teneo
Created attachment 170987 [details] stack trace
Hi Ed, Can you indeed confirm that this is fixed in the latest builds? gr. Martin