[Building Sakai] sakai-configuration.xml

John Bush john.bush at rsmart.com
Fri Jul 30 10:57:58 PDT 2010


Is anyone using this feature to set the availableGradingScales for
gradebook, if so can you share an example of what the config looks
like.

http://confluence.sakaiproject.org/display/REL/More+Flexible+Sakai+Configuration
this page talks about that as example.

I tried to put the whole bean def in there: like this:

<bean id="org_sakaiproject_service_gradebook_GradebookConfiguration"
		class="org.sakaiproject.tool.gradebook.facades.sakai2impl.GradebookConfigurationSakai"
		init-method="init">

		<property name="autoDdl" value="${auto.ddl}"/>
		<property name="sqlService" ref="org.sakaiproject.db.api.SqlService"/>

		<property name="gradebookFrameworkService"
ref="org.sakaiproject.service.gradebook.GradebookFrameworkService"/>

		<!-- Set up default system-wide grading scales. -->
		<property name="availableGradingScales">
.....

But that leads to:

Bean 'org_sakaiproject_service_gradebook_GradebookConfiguration';
nested exception is java.lang.ClassNotFoundException:
org.sakaiproject.tool.gradebook.facades.sakai2impl.GradebookConfigurationSakai

I really just want to override the <property
name="availableGradingScales"> part.  I think there is a way to do
this, but I just don't remember how.

-- 
John Bush
602-490-0470


More information about the sakai-dev mailing list