Ошибка создания бина с именем org.apache.cxf.resource.ResourceManager - PullRequest
0 голосов
/ 28 августа 2018

Когда я пытаюсь запустить приложение java с Jetty в eclipse. Я получаю эту ошибку:

SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.resource.ResourceManager' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [com.unitedhealthgroup.clinical.framework.commonj.MockWorkManager] for bean with name 'dbMockWorkManager' defined in class path resource [spring/eligibility-cache.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: commonj/work/WorkManager

...