I'm creating the db-schema.xml file with an sql file that has a series
of sql statements. The xml file looks good, but the
TablenamePeer.retreiveByPk is not being created. Each table, in the
xml, has a primary key defined.
Because of this, when I compile i get errors such as:
[javac]
/home/tns/java/torque-3.0-satprod/src/java/gov/noaa/gdsg/satprod/BaseSatelliteInstrument.java:296:
cannot resolve symbol
[javac] symbol : method retrieveByPK (org.apache.torque.om.SimpleKey)
[javac] location: class gov.noaa.gdsg.satprod.InstrumentPeer
[javac] aInstrument =
InstrumentPeer.retrieveByPK(SimpleKey.keyFor(this.instrument_id));
and indeed in InstrumentPeer, there is not a single retrieveBy method.
any ideas?
-Trav
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- java version Travis Stevens
- Re: Peer.retreiveByPk not being created Travis Stevens
- Re: Peer.retreiveByPk not being created CP Lim
- Re: Peer.retreiveByPk not being created Travis Stevens
- Re: Peer.retreiveByPk not being created Travis Stevens
- java version Travis Stevens
- Re: java version Martin Poeschl
