You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by deepspace <de...@mailbox.hu> on 2002/04/02 21:37:33 UTC

turbine/torque NumberKey

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>