Hello, all. The problem: I have a project-schema.xml and want Torque to generate an ojb-repository from it. I run ant -f build-torque.xml ojb-repository. It's ok, but it generates a hardcoded in torque source *.vm files 'default connection' with default sequence-manager. The comment in src/ojb/repository/MainRepository.vm says: <!-- The Default JDBC Connection. If a Class does not specify its own JDBC Connection, the Connection specified here will be used. -->
What is that 'Class'? How could i specify my own connection and sequence-manager without changing the sources of torque-gen-xxx.jar AND without providing my own MainRepository.vm? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
