kernel test failure in trunk only

2007-08-09 Thread Jarek Gawor
The following test in geronimo-kernel module is now failing (in trunk only): Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.094 sec FAILURE! testBackwardCompatibility(org.apache.geronimo.gbean.GBeanInfoTest) Time elapsed : 0.032 sec ERROR! java.io.InvalidClassException:

Re: kernel test failure in trunk only

2007-08-09 Thread Jay D. McHugh
Oops... I added a new method to GBeanInfo (toXML) yesterday (I thought that I had run the tests, but appearantly I did not). But, since all I did was add the new function the class should still be backward compatible. How would I recreate the serialization file to allow the test to pass?

Re: kernel test failure in trunk only

2007-08-09 Thread Jay D. McHugh
fixed in revision 564284 Several classes needed explicitly defined serialversionIDs. Thanks for catching this. Jay Jarek Gawor wrote: The following test in geronimo-kernel module is now failing (in trunk only): Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.094 sec