Installation basics

the best thing that you could do is to create a new project in
Architect, connect to the sports database. Unzip the maia.zip into the
root directory of this project. Then follow step 2 of the installation
instructions.

you will also need activeMQ for messaging
(http://activemq.apache.org/). Download the latest windows version,
install on the same machine as architect. (I install into c:\activemq)

I've attached my config file for MQ. (c:\activemq\conf\activemq.xml) (you will need to rename to .xml, as can't attach .xml files)

See the instructions for setting it up as a service on windows

(C:\activemq\bin\win32\InstallService.bat)

Maia ActiveRecord uses this to send messages about record updates.

You can always follow the latest source changes by getting the latest
versions (http://hg.oehive.org/maia) from source code control (we use
Mercurial for all development)

Once connected, go to the procedure editor from OEA, and type

message sports.helper.Customer:find(1):Name view-as alert-box.

this should show "Lift Line Skiing"


AttachmentSize
activemq.xml5.63 KB