Quinton, I tried out your Extend-User howto. I'm running into various
problems, but first of all: you have this method in your
TurbineMapBuilderAdapter

public void doBuild() throws java.lang.Exception
    {
        super.doBuild();

        // Make dummy object - required for adding a column to the map
        Integer integer = new Integer(0);

        // Add extra User columns.
        TableMap tMap = Torque.getDatabaseMap().getTable(getTableUser());
        tMap.addColumn(getClientId(),integer);
                       ^^^^^^^^^^^^
    }

Problem is there is no method getCliendId() neither in
TurbineMapBuilderAdapter nor in
org.apache.turbine.util.db.map.TurbineMapBuilder.

Could you please let me know how you implemented this method ?
Thanks!

Once, this is fixed all the other compilations errors might fade away.

Marc


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

Reply via email to