Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 33911 invoked from network); 14 Jun 2005 18:39:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 18:39:18 -0000 Received: (qmail 80817 invoked by uid 500); 14 Jun 2005 18:39:17 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 80795 invoked by uid 500); 14 Jun 2005 18:39:17 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 80761 invoked by uid 99); 14 Jun 2005 18:39:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 11:39:14 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 91104F5 for ; Tue, 14 Jun 2005 20:22:50 +0200 (CEST) Message-ID: <771695557.1118773370592.JavaMail.jira@ajax.apache.org> Date: Tue, 14 Jun 2005 20:22:50 +0200 (CEST) From: "James Song (JIRA)" To: beehive-dev@incubator.apache.org Subject: [jira] Reopened: (BEEHIVE-117) ControlsProgramming doc: error in control extension sample In-Reply-To: <2058607284.1102017590529.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/BEEHIVE-117?page=3Dall ] =20 James Song reopened BEEHIVE-117: -------------------------------- Assign To: Steve Hanson (was: James Song) Steve: The fixed version is unavaliable: http://incubator.apache.org/beehive/v1beta/controls/controlsProgramming.htm= l#11.1+Defining+an+Extended+Interface+for+a+Control+Type And this url doesn't has the change: 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: Steve Hanson > 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=20 > @ControlExtension > @Destination(type=3DJmsMessageControl.QUEUE, name=3D=C2=94queue.orders=C2= =94) > public interface OrderQueue extends JmsMessageControl > { > =C2=85 > } > Should be: > @ControlInterface > @Destination(type=3DJmsMessageControl.QUEUE, name=3D=C2=94queue.orders=C2= =94) > public interface OrderQueue extends JmsMessageControl > { > =C2=85 > } --=20 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