I'm afraid I didn't keep a copy of it, but it amounted to a problem within Hibernate/JPA where the autoincrement ID of one of my objects could not be read back after the object was persisted. This was long after the call to Liquibase had completed and the test case was into the setUpInTransaction() code, building my test data.
I'm guessing that something about the way Hypersonic and MySQL do their automatic ID key generation is sufficiently different to cause a problem. By the time I got here, I had to move on to other, more pressing, issues. If you think it will be useful, though, I can recreate it and get you a copy of it. Voxland, Nathan wrote: > What is the stacktrace? > > Seeing issues people have also helps me know uses and places of > confusion. Thanks for your questions. > > Nathan > > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Liquibase-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/liquibase-user
