If I build clean and run the test suite, it passes. If I run it
again, it passes. If I stop the server, restart the server, and run it
again, it fails on test 105 with an error in
NoPassivationStatefulSessionInstanceCache which turns out to be a
FileNotFoundException on database/nextgen.StatefulSession/970241516031.ser
This is not surprising considering that database/nextgen.StatefulSession
directory appears to be empty.
The the tests fail in the same place until I do a build clean
again. I notice that the shutdown sequence is not correct and the JAWS
drop table command doesn't run, but if I delete the Hypersonic database
(that is, the dir jboss/bin/database) it and try again it doesn't seem to
fix the problem. Is there a file somewhere that stores the stateful
session cache info? Where does it get that 970...ser name?
Any thoughts? Hypersonic problem or our problem?
Aaron