You can view the issue detail at the following URL:
<http://nagoya.apache.org/scarab/issues/id/TRQS37>
Type : Defect
Issue Id : TRQS37
Reported by: Rodney Schneider
rodney - ([EMAIL PROTECTED])
Details:
Summary: Torque 3.0 doesn't work with Intake in Turbine 2.x's Retrievable interface
Description: There is a template variable called torque.addIntakeRetrievable in the
Torque build-time properties that can be used to make the data objects implement
Intake's Retrievable interface.
However, the generated classes end up implementing
org.apache.fulcrum.intake.Retrievable which isn't the correct interface for Turbine
2.x.
In Turbine 2.x, the correct interface is org.apache.turbine.om.Retrievable.
There needs to be two build-time properties...
torque.addFulcrumIntakeRetrievable
torque.addTurbine2IntakeRetrievable
...if we want to support both Turbine 2.x and Fulcrum services.
Status: New
Database: MySQL
Operating system: Linux
Priority: High
--
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>