[ http://issues.apache.org/jira/browse/BEEHIVE-1096?page=comments#action_12421656 ] Carlin Rogers commented on BEEHIVE-1096: ----------------------------------------
The fix also includes changes from svn 422496 http://svn.apache.org/viewvc?rev=422496&view=rev > Inherited NetUI shared flow reference not initialized correctly. > ---------------------------------------------------------------- > > Key: BEEHIVE-1096 > URL: http://issues.apache.org/jira/browse/BEEHIVE-1096 > Project: Beehive > Issue Type: Bug > Components: NetUI > Affects Versions: 1.0.1, v.next > Reporter: Carlin Rogers > Assigned To: Julie Zhuo > Fix For: v.next > > Attachments: j1096-test.zip > > > This bug was noted in the user list. > If you have a base page flow Controller class with a declared member variable > as a reference to a SharedFlowController (@Jpf.SharedFlowField annotation) > and then implement a derived a page flow classs, the inherited shared flow > reference field will not get initialized correctly. The base class instance > is automatically intialized. However if you try to use the inherited field in > the derived class it will be null. > The temporary workaround would be to explicitly declare a shared flow > reference variable in the derived > Controller as well. -- 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
