You can view the issue at the following URL:
<http://scarab.werken.com/issues/id/TRQ48>
Type: Defect
Issue Id: TRQ48
Reported by: H Yee
hyee - ([EMAIL PROTECTED])
Details:
Summary: BaseXX classes contain duplicate getXX methods
Description: Environment:
JDK 1.4.0_04
Torque 3.0-b4
PostgreSQL
RH Linux 7.3
This is part of my x-schema.xml file:
<table name="APPLICATION_CD" idMethod="none">
<column name="APPLICATION_CD" primaryKey="true" required="true"
size="100" type="VARCHAR"/>
<column name="APPLICATION_DSC" required="true" size="100" type="VARCHAR"/>
</table>
<table name="APPLICATION" idMethod="idbroker">
<column name="APPLICATION_ID" primaryKey="true" required="true"
type="INTEGER"/>
<column name="APPLICATION_CD" required="true" size="100" type="VARCHAR"/>
<column name="SETTING_NAME" required="true" size="100" type="VARCHAR"/>
<column name="DEFAULT_SETTING_VALUE" required="true" size="100"
type="VARCHAR"/>
<foreign-key foreignTable="APPLICATION_CD">
<reference foreign="APPLICATION_CD" local="APPLICATION_CD"/>
</foreign-key>
</table>
The APPLICATION_CD is something that will be populated
manually.
The BaseApplication class is generating duplicate getApplicationCd() methods:
public StringKey getApplicationCd()
public ApplicationCd getApplicationCd() throws TorqueException
Status: New
Database: Postgresql
Operating system: Linux
Priority: Undecided
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>