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/15 22:18:46 UTC

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

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

    Fix Version: v1m1
                     (was: TBD)
     Resolution: Fixed
      Assign To: James Song  (was: Steve Hanson)

The website has now been updated with the fixed topic:

http://incubator.apache.org/beehive/controls/controlsProgramming.html#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: 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