Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing dateTimeService reference in _KRMSCommonSpringBeans.xml #1

Open
wants to merge 1 commit into
base: contrib
Choose a base branch
from
Open

Added missing dateTimeService reference in _KRMSCommonSpringBeans.xml #1

wants to merge 1 commit into from

Conversation

rojlarge
Copy link

There has been an issue in KC Rice for a while where KRMS fails to start in REMOTE mode with the following error:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'comparisonOperatorService' defined in class path resource [org/kuali/rice/krms/config/_KRMSCommonSpringBeans.xml]: Cannot resolve reference to bean 'dateComparisonOperator' while setting bean property 'stringCoercionExtensions' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dateComparisonOperator' defined in class path resource [org/kuali/rice/krms/config/_KRMSCommonSpringBeans.xml]: Cannot resolve reference to bean 'dateTimeService' while setting bean property 'dateTimeService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'dateTimeService' is defined

This appears to be due to a missing import of the "dateTimeService" in KRMSRemoteSpringBeans.xml as is done in KRMSLocalSpringBeans.xml (see commit).

KualiCoSaaSOps pushed a commit that referenced this pull request Dec 3, 2016
RESKC-1783: remove unused properties, update minor versions of severa…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant