I am running my application with  turbine and the  decoupled torque but I am
having some problems. 

The org.apache.turbine.util.parser.BaseValueParser class knows about
org.apache.turbine.om.NumberKey but since I am using the decoupled torque
the fields are actually org.apache.torque.om.NumberKey. I can make a patch
so it can handle both values and hope there are no other issues like these.
The alternative is to make org.apache.turbine.om.NumberKey inherit from
org.apache.torque.om.NumberKey and start referencing org.apache.torque.om.*
from everywhere else instead of org.apache.turbine.om.* . The situation is
the same for StringKey and I susspect for other classes as well.

Do you guys have any indication on how to proceed?

--
  Humberto

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

Reply via email to