I'm learning to use Castor JDO, and I have run into the following
problem:

    I use `<tablename>_<columnname>_seq' for naming my PostgreSQL
sequences. I the docs, I can see that `{0}' expands to the table name.
Is there some way to make `{1}' expand to the column name? I tried:

        <key-generator name="SEQUENCE">
          <param name="sequence" value="{0}_{1}_seq"/>
        </key-generator>

    But got ``java.sql.SQLException: ERROR:  pg_aclcheck: class
"product_{1}_seq" not found''.


-- 
[]'s
Daniel Serodio <[EMAIL PROTECTED]>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to