Hello, independent from OTM I came across another issue with OJB. I'm using the OJB XDoclet module for generating all the schema, descriptor, XML stuff. Yesterday I got Torque working, it generates my database schema XML now, unfortunately with an old URI for the DTD:
[torque-sql] (transform.DTDResolver 140 ) Resolver: used http://jakarta.apache.org/turbine/dtd/database.dtd [torque-sql] (transform.DTDResolver 160 ) Couldn't read DTD specified in XML schema: [torque-sql] java.net.ConnectException: Connection refused I'm behind a proxy, so that's probably the deeper reason for the fail. But as I know the generation works from the OJB tests I had a look into its schemas and there another DTD is referenced: http://db.apache.org/torque/dtd/database_3_0_1.dtd This one is probably not fetched from remote, but from a JAR, so it works. The OJB XDoclet module should also reflect that change. Otherwise I can not use it for my automatic build as I have to replace the DTD by hand. Thanks in advance, Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
