>
> I used the JDBCGenerateMapBuilder. No problem.
>
> I try to update one of my object and I've got a null pointer exception.
> This is because it can't retreive the ColumnMap (in BasePeer.doUpdate()). In
> fact, it seems that Turbine never calls the myTableMapBuilder.doBuild()
> method.
>
> Do I have to configure something to get it called.
Have you tried JDBCOMGenerator? It is working great for me.
(Actually, one little problem: if you have the ID_TABLE in your database when
you generate the classes, the IdTablePeer.java will not compile - it will have
multiple declarations of public static final String TABLE_NAME, because there
is a column in this table called TABLE_NAME. But, you probably don't need an
ID_TABLE peer anyway. :-)
-Greg-
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]