<bean id="tagCloudConfiguration" class="org.dspace.discovery.configuration.TagCloudConfiguration">
<!-- Should display the score of each tag next to it? Default: false -->
<property name="displayScore" value="true"/>
<!-- Should display the tag as center aligned in the page or left aligned? Possible values: true | false. Default: true -->
<property name="shouldCenter" value="true"/>
<!-- How many tags will be shown. Value -1 means all of them. Default: -1 -->
<property name="totalTags" value="-1"/>
<!-- The letter case of the tags.
Possible values: Case.LOWER | Case.UPPER | Case.CAPITALIZATION | Case.PRESERVE_CASE | Case.CASE_SENSITIVE
Default: Case.PRESERVE_CASE -->
<property name="cloudCase" value="Case.PRESERVE_CASE"/>
<!-- If the 3 CSS classes of the tag cloud should be independent of score (random=yes) or based on the score. Possible values: true | false . Default: true-->
<property name="randomColors" value="true"/>
<!-- The font size (in em) for the tag with the lowest score. Possible values: any decimal. Default: 1.1 -->
<property name="fontFrom" value="1.1"/>
<!-- The font size (in em) for the tag with the lowest score. Possible values: any decimal. Default: 3.2 -->
<property name="fontTo" value="3.2"/>
<!-- The score that tags with lower than that will not appear in the rag cloud. Possible values: any integer from 1 to infinity. Default: 0 -->
<property name="cuttingLevel" value="0"/>
<!-- The distance (in px) between the tags. Default: 5 -->
<property name="marginRight" value="5"/>
<!-- The ordering of the tags (based either on the name or the score of the tag)
Possible values: Tag.NameComparatorAsc | Tag.NameComparatorDesc | Tag.ScoreComparatorAsc | Tag.ScoreComparatorDesc
Default: Tag.NameComparatorAsc -->
<property name="ordering" value="Tag.NameComparatorAsc"/>
</bean>
Failure during kernel init: Line 332 in XML document from file [/dspace/config/spring/api/discovery.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 332; columnNumber: 125; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"
http://www.springframework.org/schema/beans":bean}'. One of '{"
http://www.springframework.org/schema/beans":meta, "
http://www.springframework.org/schema/beans":constructor-arg, "
http://www.springframework.org/schema/beans":property, "
http://www.springframework.org/schema/beans":qualifier, "
http://www.springframework.org/schema/beans":lookup-method, "
http://www.springframework.org/schema/beans":replaced-method, WC[##other:"
http://www.springframework.org/schema/beans"]}' is expected.
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 332 in XML document from file [/dspace/config/spring/api/discovery.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 332; columnNumber: 125; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"
http://www.springframework.org/schema/beans":bean}'. One of '{"
http://www.springframework.org/schema/beans":meta, "
http://www.springframework.org/schema/beans":constructor-arg, "
http://www.springframework.org/schema/beans":property, "
http://www.springframework.org/schema/beans":qualifier, "
http://www.springframework.org/schema/beans":lookup-method, "
http://www.springframework.org/schema/beans":replaced-method, WC[##other:"
http://www.springframework.org/schema/beans"]}' is expected.
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:402)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:338)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:196)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:232)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:203)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:265)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:128)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:94)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:671)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553)
at org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:280)
at org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)
at org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:128)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:70)
and more..