ControlsProgramming doc: error in control extension sample
----------------------------------------------------------
Key: BEEHIVE-117
URL: http://nagoya.apache.org/jira/browse/BEEHIVE-117
Project: Beehive
Type: Bug
Components: Documentation
Versions: V1Beta
Reporter: James Song
Assigned to: 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
@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://nagoya.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