[ http://issues.apache.org/jira/browse/BEEHIVE-115?page=history ]

Steve Hanson reassigned BEEHIVE-115:
------------------------------------

    Assign To: Kyle Marvin  (was: Steve Hanson)

Kyle, I know that you have done a lot of changes here recently.
Could you take a look at this?

> ControlProgramming.doc: error in the sample for listening to context event
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-115
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-115
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: Kyle Marvin
>     Priority: Minor
>      Fix For: V1Beta

>
>  The sample for Programmatic "Handling of Life Cycle Events (Control 
> Implementation Class) " on page 32:
>      ControlBeanContext peerContext = myBean.getControlBeanContext();
>      peerContext.addCallbackListener(
>          new ControlBeanContext.LifeCycle()
>           {
>               public void onCreate() { ?. };
>               public void onAcquire() { ? };
>               public void onRelease() { ? };
>           });
> This needs an update:
> 1. ControlBeanContext.LifeCycle has only one method onCreate;
> 2. onAcquire and onRelease are both on ResourceContext.ResourceEvents;

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to