Good. Now it works. However the new problem is, the databases are not identical. I mean the database generated from the XML file has some differences with the database which generates the XML file. I found the difference simply by comparing the XML file. The part of the original XML file.
The new XML file generated from the new database which creates from the above XML file.
Look at the hightlighted part. It happened to every table in the database. A newly added unique constraint. On 2/9/06, Thomas Dudziak wrote: > > On 2/9/06, Jun Li wrote: > > > OK, Here is the info. > > > > > Here are the exceptions: > > > > ........ > > > > 9/02/2006 09:57:04 org.apache.commons.betwixt.expression.ContextpopOptions > > > > INFO: Cannot pop options off empty stack > > > You seem to be running an older version of DdlUtils (this particular > INFO message comes from an older commons-betwixt version which we > replaced a couple of weeks ago). > Could you update DdlUtils to newest SVN and try again ? > > Tom >