Has anybody else experienced this issue. The logic was working fine when I was using
0.9.4 but seems to be broke in 0.9.7. I've also tried QueryFactory.newQuery(Class,
Criteria, true) which does not work either. Any Clues???
My class-descriptor for this table is simple, just a single field mapped to a column
containing a year in decimal format.
<class-descriptor class="com.rippe.lms.ojb.om.BillingYear" table="TOTC">
<field-descriptor id="1" name="year" column="FSCY" jdbc-type="DECIMAL"
primarykey="true"
conversion="com.rippe.essential.om.conversion.BigDecimalToIntFieldConversion"/>
</class-descriptor>
Thanks,
Scott