You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Steve Hanson (JIRA)" <be...@incubator.apache.org> on 2005/02/02 23:00:19 UTC

[jira] Resolved: (BEEHIVE-117) ControlsProgramming doc: error in control extension sample

     [ http://issues.apache.org/jira/browse/BEEHIVE-117?page=history ]
     
Steve Hanson resolved BEEHIVE-117:
----------------------------------

     Assign To: James Song  (was: Steve Hanson)
    Resolution: Fixed

I changed three occurances of "Extension" with "Interface" in the section labeled '11.1'.

The fixed version is live at: 
http://incubator.apache.org/beehive/v1beta/controls/controlsProgramming.html#11.1+Defining+an+Extended+Interface+for+a+Control+Type

The old, broken version is live at:
http://incubator.apache.org/beehive/controls/controlsProgramming.html#11.1+Defining+an+Extended+Interface+for+a+Control+Type

> ControlsProgramming doc: error in control extension sample
> ----------------------------------------------------------
>
>          Key: BEEHIVE-117
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-117
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: James Song
>     Priority: Minor
>      Fix For: V1Beta

>
> This originates from CR178618.
> In beehive doc:
> http://incubator.apache.org/beehive/controls/controlsProgramming.html#11.1+Defining+an+Extended+Interface+for+a+Control+Type
> Where 
> @ControlExtension
> @Destination(type=JmsMessageControl.QUEUE, name=”queue.orders”)
> public interface OrderQueue extends JmsMessageControl
> {
>     …
> }
> Should be:
> @ControlInterface
> @Destination(type=JmsMessageControl.QUEUE, name=”queue.orders”)
> public interface OrderQueue extends JmsMessageControl
> {
>     …
> }

-- 
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