10-11-2007 05:40 AM
root
|alfresco
| |extension
| |export-context.xml
|myCompany
| ExportActionExecuter.class
| export-messages.properties
| export-messages_fr_FR.properties
| export-messages_fr_BE.properties
13:28:58,446 ERROR [web.context.ContextLoader] Context initialization failed
java.util.MissingResourceException: Can't find bundle for base name
myCompany.export-messages.properties
, locale fr_BE
<!– Export Action Bean –>
<bean id="export"
class="myCompany.ExportActionExecuter"
parent="action-executer">
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="contentService">
<ref bean="contentService" />
</property>
</bean>
<!– Load the Export Action Messages –>
<bean id="export-messages"
class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>
myCompany.export-messages.properties
</value>
</list>
</property>
</bean>
10-11-2007 12:06 PM
<property name="resourceBundles">
<list>
<value>
myCompany.export-messages
</value>
</list>
</property>
export-messages_fr_BE.properties
export-messages_fr.properties
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.