ConfigurationAwareReference needs Serial Version UID ----------------------------------------------------
Key: GERONIMO-2042 URL: http://issues.apache.org/jira/browse/GERONIMO-2042 Project: Geronimo Type: Bug Security: public (Regular issues) Components: kernel Versions: 1.1 Reporter: Aaron Mulder Priority: Blocker Fix For: 1.1 Just had a plugin fail to install because the serial version of ConfigurationAwareReference didn't match. Needless to say we want to avoid problems causing plugins to fail to install on slightly newer Geroinmo platforms wherever possible. Maybe we should look at related code for missing UIDs while we're in there. Caused by: java.io.IOException: Unable to deserialize GBeanData geronimo/welcome-jetty/1.1-SNAPSHOT/car?J2EEApplication=null,j2eeType=WebModule,name=geronimo/welcome-jetty/1.1-SNAPSHOT/car, attribute: componentContext at org.apache.geronimo.gbean.GBeanData.readExternal(GBeanData.java:239) ... 64 more Caused by: java.io.InvalidClassException: org.apache.geronimo.naming.reference.ConfigurationAwareReference; local class incompatible: stream classdesc serialVersionUID = 7210513100515482358, local class serialVersionUID = 283358809226901462 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira