5.10. Setup your Curriculum Organiser

If you have been supplied with a curriculum organiser file for your installation, you can setup BELTS to use it by placing the supplied file into the directory BELTS_HOME/server/default/conf/belts.

In BELTS_HOME/server/default/deploy/belts-services.sar/META-INF/jboss-service.xml, find the configuration lines containing the configuration for an mbean with the name belts:service=CurriculumOrganiser, remove the lines containing “<!--” and “-->” and replace “sample-organiser.xml” with the name of your file.

<mbean code="au.edu.educationau.belts.management.curriculum.CurriculumOrganiserService" name="belts:service=CurriculumOrganiser">
    <attribute name="JndiName">belts/content/organiser</attribute>
<!--
	<attribute name="OrganiserPath">sample-organiser.xml</attribute>
-->
	</mbean>