06-11-2008 07:44 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<import resource="classpath:alfresco/module/de.xxx.alfresco.module.XxxModule/context/bootstrap-context.xml" />
</beans>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Model –>
<bean id="de_swipe_alfresco_module_SwipeModule_dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/module/de.xxx.alfresco.module.XxxModule/model/xxxModel.xml</value>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/module/de.xxx.alfresco.module.XxxModule/model/xxxModel</value>
</list>
</property>
</bean>
</beans>
11:54:55,437 ERROR [ContextLoader] Context initialization failed
java.util.MissingResourceException: Can't find bundle for base name alfresco/module/de.xxx.alfresco.module.XxxModule/model/xxxModel, locale de_DE
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:787)
at org.alfresco.i18n.I18NUtil.getLocaleProperties(I18NUtil.java:411)
at org.alfresco.i18n.I18NUtil.getMessage(I18NUtil.java:311)
at org.alfresco.i18n.I18NUtil.getMessage(I18NUtil.java:341)
at org.alfresco.i18n.I18NUtil.getMessage(I18NUtil.java:328)
at org.alfresco.util.LogUtil.error(LogUtil.java:106)
at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:812)
at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:241)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:349)
at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
06-11-2008 08:06 AM
<property name="labels">from bootstrap-context.xml
<list>
<value>alfresco/module/de.xxx.alfresco.module.XxxModule/model/xxxModel</value>
</list>
</property>
06-13-2008 11:52 AM
06-16-2008 04:18 AM
06-16-2008 07:44 AM
06-16-2008 08:04 AM
06-25-2008 06:15 AM
06-25-2008 01:13 PM
08-26-2013 02:53 AM
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.