You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by "Derek B. Greer" <dg...@fedex.com> on 2004/03/25 23:51:46 UTC

where are the classes?

Using the bookstore example configured for sybase, Torque generated some 
source containing the following
for the BaseAuthor.java:
...
import org.apache.torque.om.BaseObject;
import org.apache.torque.om.ComboKey;
import org.apache.torque.om.DateKey;
import org.apache.torque.om.NumberKey;
import org.apache.torque.om.ObjectKey;
import org.apache.torque.om.SimpleKey;
import org.apache.torque.om.StringKey;
import org.apache.torque.om.Persistent;
import org.apache.torque.util.Criteria;
import org.apache.torque.util.Transaction;
...

The problem is that the distribution I downloaded doesn't seem to 
contain a jar file with these classes.
Can someone please school me on what is missing?  Thanks.

Derek Greer


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org