Hi, all, The default junit test of OJB 1.0-rc targetting hsql runs perfectly and no problem is reported. However when i swtiched to mssql in build.properites, it has a lot of failure. The build.properties file actually warned me so. However, I am interested to see if I can adopt the code in such a way that it can test using mssql as well. Any suggestion on how I can appoarch this? When targetting the mssql platform, I ecountered the following problem: 1) No log/trace files are found. Actually how they are defined/controlled? 2) At the end of broker.AllTests, I got an OutOfMemory error. I have put -Xms -Xmx parameters to the jvmarg of the junit task, but it remains that way. How can I solve it? Regards,
Anthony
