I'm trying to use the TorqueRepositoryGenerator but the tables are not sorted and so the sql script generated by torque fails because foreign keys are created before the referenced tables.
In fact, my class descriptors in the repository are well sorted, but as the TorqueRepositoryGenerator uses a hashmap, it looses all sorting infos. Am i missing something or is this a real problem ? If so, is there some code somewhere in ojb i could use to sort the tables in the right way. Guillaume Nodet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
