You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "James Song (JIRA)" <be...@incubator.apache.org> on 2005/06/16 02:52:48 UTC

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

     [ http://issues.apache.org/jira/browse/BEEHIVE-117?page=all ]
     
James Song closed BEEHIVE-117:
------------------------------


Closing this issue.

> 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: v1m1, V1Beta
>     Reporter: James Song
>     Assignee: James Song
>     Priority: Minor
>      Fix For: v1m1

>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira