I ran the "project-datadump" target after running the "project-jdbc"
target to generate the schema.  The database in question does have
Blobs.  I am using Informix as the source database (I want to move
the database to MySQL).  Informix does support Blobs according to
the JDBC spec (finally a DB vendor with sense).

However, I am not familiar with Torque enough to understand what is
going on, or why the generated schema doesn't produce a useable result
if there are blobs.  I can include the generated schema at your request
if you think it would help.

The results I have are listed below:
--------------------------------------------------------------------

$ ant -f build-torque.xml project-datadump
Buildfile: build-torque.xml

project-datadump:
     [echo] +-----------------------------------------------+
     [echo] |                                               |
     [echo] | Dumping the data from database into XML       |
     [echo] | Woo hoo!                                      |
     [echo] |                                               |
     [echo] +-----------------------------------------------+
     [echo]  taking build.properties from: build.properties
[torque-datadump] Using contextProperties file: C:\Documents and
Settings\bloritsch\desktop\torque\build.properties
[torque-datadump] Generating to file C:\Documents and
Settings\bloritsch\Desktop\torque\src\report.printcenter.datadump.genera
tion
[torque-datadump] Resolver: used database.dtd from
org.apache.torque.engine.database.transform package
[torque-datadump] Error [line 4, row 11]: Element type "app-data" must
be declared.
[torque-datadump] Error [line 5, row 16]: The content of element type
"database" is incomplete, it must match "(table)+".
[torque-datadump] Resolver: used database.dtd from
org.apache.torque.engine.database.transform package
[torque-datadump] Error [line 4, row 11]: Element type "app-data" must
be declared.
[torque-datadump] Error [line 5, row 16]: The content of element type
"database" is incomplete, it must match "(table)+".

BUILD SUCCESSFUL

Total time: 4 seconds


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

Reply via email to