Hi folks, the Fulcrum-site says: "Starting with version 2.2 Turbine will use the decoupled Fulcrum."
But, in T2.2b3 TR.props: services.SecurityService.user.class=org.apache.turbine.om.security.TurbineUs er and not services.SecurityService.user.class=org.apache.fulcrum.security.impl.db.enti ty.TurbineUser So, irretating enough, at least with respect to the TurbineUser-Security-class, 2.2 is still using the old model, not the decoupled Fulcrum. Can someone explain to me the difference between those classes: org.apache.turbine.om.security.TurbineUser org.apache.fulcrum.security.impl.db.entity.TurbineUser ? I wonder if I can just modify these entries in TR.props to services.SecurityService.classname=org.apache.fulcrum.security.SecurityServi ce services.SecurityService.user.class=org.apache.fulcrum.security.impl.db.enti ty.TurbineUser and then extend org.apache.fulcrum.security.impl.db.entity.TurbineUser to add functionality specific to my app. Is someone out there who has done this? Regards Marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
