Hi, I have a little bit concerns about the current state of the Torque OR -Mapping in the Fulcrum Security Torque Component, and how to integrate it into the Turbine Framework. Current state is:
In Fulcrum Security Torque rev 1524160 from 17. September 2013 "Switch security model to Fulcrum Security API" In Turbine rev 1526838 from 27. September 2013 "Temporarily add the code that should have been generated by Torque, until 4.1 is released". Only the bases classes could be apparently generated with the Torque 4 plugin (?) (BTW In Turbine trunk Torque 3.3 is still present in the pom.xml). The extension / data object classes are in in the java folder of Fulcrum Security Torque component, but what, if I need to extend the DO classes? I probably would use the Torque ant tools, which could generate all needed classes (may be together with other non Turbine classes) and use another package taking fulcrum-turbine-schema.xml (copy and paste it into my schema). But at this moment I think a configuration option is missing, as the classes in org.apache.fulcrum.security.torque.turbine depend on the DO classes in package org.apache.fulcrum.security.torque.om. Shouldn´t this be configurable (at own risk, of course)? I could else not figure out, how I could use this Fulcrum component for an existing Turbine webapp. May be I try to say, what I think would be best (we know often only the second best is achieved ;-): - build the OR-Mapping classes with or near to other non Turbine classes (as I will probably have other tables in my database) from another schema having it in one place. - allow for extending DO classes (as they are just skeletons) - allow for another package in Fulcrum Security Troque component. Thanks, Best regards, Georg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
