Hi all,

I found an ugly problem, when i tried to migrate my project from
turbine2.1 to turbine2.2b1.
Briefly, there is 2 NumberKey object, one in the
turbine-2.2(org.apache.turbine.om.NumberKey)
and one in the torqueue(org.apache.torque.om.NumberKey)
So this split broke my simple
  SomeObject obj = SomeObjectPeer.retriveByPK( data.getNumberKey("id") );
because RunData.getNumberKey returns ...turbine.om.NumberKey, but the
generated *Peer file
expects torque.om.NumberKey.
I think, it's almost trivial to manually convert the sources (anyway i
have to do, because of the
new package structure), but this is very frustrating.

So my first question: in the final turbine-2.2 release, the tdk will use
the NumberKey in a consistent way ?
(i hope so :)
So my second question: when ? :)

bye


--------------------------------------------------
http://www.mailbox.hu - Mert levelezni kell...


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to