[
https://issues.apache.org/jira/browse/BEEHIVE-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Russ Baker updated BEEHIVE-1096:
--------------------------------
Verified that the shared flow is not null in the derived class using Carlin's
repro. Verified against SVN 549584. I recommend that this bug be closed.
> Inherited NetUI shared flow reference not initialized correctly.
> ----------------------------------------------------------------
>
> Key: BEEHIVE-1096
> URL: https://issues.apache.org/jira/browse/BEEHIVE-1096
> Project: Beehive
> Issue Type: Bug
> Components: NetUI
> Affects Versions: 1.0.1, 1.0.2
> Reporter: Carlin Rogers
> Assignee: Julie Zhuo
> Fix For: 1.0.2
>
> 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.
-
You can reply to this email to add a comment to the issue online.