I have been trying the cvs head (moving up from b4) because I wanted to
try a couple of things to get another project to work, but the classes 
that are generated now don't work correctly.

The primary key fields that once returned NumberKeys now return ints, 
which is fine and I adjusted my code to work, but when the save method is 
called it just inserts all the values into the Criteria including those 
that haven't been set.

I have two tables that are joined by a foreign key which is optional and 
may be null. This worked before, but in this situation it is always 
setting it to 0 (an unintialized int).

I have looked over my schema and I don't think that I am doing anything 
wrong (the table being referenced is an alias (TurbineGroup), but I don't 
think that is causing the problem.

I was just wondering if this problem was known and if there was a plan to 
deal with it. I dealt with something similar in a caching library for some 
graphics stuff and I was considering playing with it, but didn't want to 
if someone else was already doing it.

Will Holcomb


--
To unsubscribe, e-mail:   <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>

Reply via email to