[ http://issues.apache.org/jira/browse/BEEHIVE-997?page=all ]
Jacob Danner closed BEEHIVE-997. -------------------------------- Closing based on Russ's comments above. thx russ > client initializer isn't run when controls are only declared in a base class > ---------------------------------------------------------------------------- > > Key: BEEHIVE-997 > URL: http://issues.apache.org/jira/browse/BEEHIVE-997 > Project: Beehive > Issue Type: Bug > Components: Controls > Affects Versions: V1 > Reporter: Eddie O'Neil > Assigned To: Jacob Danner > Fix For: 1.0.1 > > > Given a class hierarchy as: > class BaseClass { > @Control > protected EchoControl _echoControl; > } > and > class SubClass { > // no control references > } > the controls annotation processor doesn't generate a > SubClassClientInitializer. The result is that any references to _echoControl > in the superclass NPE because the control isn't initialized. > Not sure what the solution is yet; there are several possibilities. Will > solicit input on [EMAIL PROTECTED] -- 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
