[ http://nagoya.apache.org/jira/browse/BEEHIVE-136?page=history ]
     
Steve Hanson resolved BEEHIVE-136:
----------------------------------

     Assign To:     (was: Steve Hanson)
    Resolution: Fixed

This is fixed in the trunk, at 
  
trunk\docs\forrest\src\documentation\content\xdocs\controls\controlsProgramming.xml

It is not yet fixed on the live site.
But we won't have a new process for updating the live site for a few weeks.  In 
the meantime, it seems better to just close this bug.

> a typo in ControlsProgramming.html
> ----------------------------------
>
>          Key: BEEHIVE-136
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-136
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Beta
>     Reporter: James Song
>     Priority: Trivial
>      Fix For: V1Beta

>
> For controlsProgramming in 
> http://incubator.apache.org/beehive/controls/controlsProgramming.html#6.2+Programmatic+Instantiation
> Programmatic Instantiation with Properties (Client Code)
> import org.apache.beehive.controls.api.bean.Controls;
> import org.apache.beehive.controls.api.properties.PropertyMap;
> PropertyMap jmsAttr = new (PropertyMap(JmsMessageControl.Destination.class);
> jmsAttr.setProperty("name", "InvoiceQueue");
> JmsMessageControlBean myJmsBean = (JmsMessageControlBean)
>       Controls.instantiate(
>           cl, 
>           "org.apache.beehive.controls.examples.JmsMessageControlBean", 
>           jmsAttr
>       );  
> There is an extra bracket in "new 
> (PropertyMap(JmsMessageControl.Destination.class)"

-- 
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

Reply via email to