Travis,

Can you send us the (XML) satellite_instrument table definition? Also have a look at your generated SQL file to make sure your table was generated correctly as well.

cheers,
CP

Travis Stevens wrote:
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]>




--
R E D S H E R I F F
C.P. Lim - Software Engineer
Level 1, 10 Queens Road +61 3 9864 0733 tel
Melbourne VIC +61 3 9864 0778 fax
Australia +61 413 781 846 mob

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you have received this message in error please notify us immediately by return email or telephone +61 (3) 9659 0432, then delete this message. Any views expressed in this message are those of the individual sender and many not necessarily reflect the views of Red Sheriff.


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

Reply via email to