I'm upgrading to turbine-2.3-rc1/torque-3.1-beta1 - so far so good
(easy to say when I haven't tried to run anything yet :-).

I have in the past extended TurbineUser using as described in the
existing HOWTO (never liked it as it is way too complex).

I'm looking at the Torque Security Service page to guide me
through this process for 2.3, but a couple of things are not
completely clear (I'm happy to add to the document once I
understand how this works).  Here are my points of
confusion:

1. When I define the structure of CUSTOM_USER I want to do this
in the project schema file rather than the turbine schema file
so that I can have foreign keys to CUSTOM_USER.  As a result I
will pretty much move everything from the turbine schema file
into my project's schema file (in order to have all of the
foreign-key references).  Unlike in the past where I would
define a table as an alias of TurbineUser I should no longer
bother with this and just configure turbine to use the om
classes generated for my project.  Is this correct?

2. In "The elegant way" part of the Torque Security Service
page we have:
> public class CustomUser extends TorqueUser
Can you please clarify which class is extending what - I
assume when I generate my project om I will have CustomUser
extending BaseCustomUser extending BaseObject.  Which specific
TorqueUser class is being extended and by which specific class.

Thanks,

Scott
--
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au





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



Reply via email to