[ http://issues.apache.org/jira/browse/BEEHIVE-351?page=all ] Zach Smith closed BEEHIVE-351: ------------------------------
Not declaring a Control Impl Serializable or setting isTransient="true" results in the following build-time error as expected. "A ControlImplementation class must implement the java.io.Serializable interface or set the isTransient attribute of @ControlImplementation to true." > JCS annotation processor should check serializability > ----------------------------------------------------- > > Key: BEEHIVE-351 > URL: http://issues.apache.org/jira/browse/BEEHIVE-351 > Project: Beehive > Type: Bug > Components: Controls > Versions: V1Beta > Reporter: Kyle Marvin > Assignee: Kyle Marvin > Priority: Minor > Fix For: v1m1 > > Looking at the tomcat log file after a Controls detailed test run, I see lots > of errors of the form: > java.io.NotSerializableException: > org.apache.beehive.controls.test.controls.property.BoundPropertyControlImpl > ... > The JCS annotation processor should enforce that impl classes are marked as > Serializable. -- 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
