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/06/13 19:56:48 UTC

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

    [ http://issues.apache.org/jira/browse/BEEHIVE-117?page=comments#action_12313494 ] 

Steve Hanson commented on BEEHIVE-117:
--------------------------------------

Somehow this bug was resolved without the fix being checked in.

The fix is really checked in now: see: 

In the v1m1 branch:
http://svn.apache.org/viewcvs?rev=190443&view=rev

In the trunk:
http://svn.apache.org/viewcvs?rev=190031&view=rev


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