Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
SOLVED

Exception in thread "SpringOsgiExtenderThread-12" org.springframework.beans.factory.BeanCreationException: Error creating bean with name error after AEM 6.3 upgrade

Avatar

Level 3

While starting AEM 6.3 upgrade insance we are getting following error:

Exception in thread "SpringOsgiExtenderThread-12" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'facilitatedExternalService' defined in URL [bundle://1165.1:0/META-INF/spring/applicationContext.xml]: Cannot resolve reference to bean 'userProfileService' while setting bean property 'userProfileService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userProfileService': FactoryBean threw exception on object creation; nested exception i

        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)

        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)

        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)

        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)

        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)

        at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)

        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)

        at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)

        at java.lang.Thread.run(Unknown Source)

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userProfileService': FactoryBean threw exception on object creation; nested exception is java.lang.NoClassDefFoundError: com/lordabbett/csor/webservice/ContactExtension

        at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:149)

        at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:102)

        at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1441)

        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:248)

        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)

        ... 17 more

Caused by: java.lang.NoClassDefFoundError: com/lordabbett/csor/webservice/ContactExtension

        at java.lang.Class.getDeclaredMethods0(Native Method)

        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)

        at java.lang.Class.getDeclaredMethods(Unknown Source)

        at org.springframework.aop.framework.JdkDynamicAopProxy.findDefinedEqualsAndHashCodeMethods(JdkDynamicAopProxy.java:127)

        at org.springframework.aop.framework.JdkDynamicAopProxy.getProxy(JdkDynamicAopProxy.java:116)

        at org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:112)

        at org.springframework.osgi.service.util.internal.aop.ProxyUtils$1.run(ProxyUtils.java:65)

        at java.security.AccessController.doPrivileged(Native Method)

        at org.springframework.osgi.service.util.internal.aop.ProxyUtils.createProxy(ProxyUtils.java:62)

        at org.springframework.osgi.service.util.internal.aop.ProxyUtils.createProxy(ProxyUtils.java:39)

        at org.springframework.osgi.service.importer.support.AbstractServiceProxyCreator.createServiceProxy(AbstractServiceProxyCreator.java:107)

        at org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean.createProxy(OsgiServiceProxyFactoryBean.java:206)

        at org.springframework.osgi.service.importer.support.AbstractServiceImporterProxyFactoryBean.getObject(AbstractServiceImporterProxyFactoryBean.java:86)

        at org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean.getObject(OsgiServiceProxyFactoryBean.java:161)

        at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142)

        ... 22 more

Caused by: java.lang.ClassNotFoundException: com.lordabbett.csor.webservice.ContactExtension not found by com.la.profile.management [1166]

        at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1574)

        at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:79)

        at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2018)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        ... 37 more

Exception in thread "SpringOsgiExtenderThread-14" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registrationService' defined in URL [bundle://1166.1:0/META-INF/spring/applicationContext.xml]: Cannot resolve reference to bean 'csorService' while setting bean property 'csorService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csorService' defined in URL [bundle://1166.1:0/META-INF/spring/applicationContext.xml]: Initialization of be

        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)

        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)

        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)

        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)

        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)

        at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)

        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)

        at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)

        at java.lang.Thread.run(Unknown Source)

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csorService' defined in URL [bundle://1166.1:0/META-INF/spring/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: com/lordabbett/csor/webservice/Contact

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)

        ... 17 more

Caused by: java.lang.NoClassDefFoundError: com/lordabbett/csor/webservice/Contact

        at java.lang.Class.getDeclaredMethods0(Native Method)

        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)

        at java.lang.Class.privateGetPublicMethods(Unknown Source)

        at java.lang.Class.getMethods(Unknown Source)

        at java.beans.Introspector.getPublicDeclaredMethods(Unknown Source)

        at java.beans.Introspector.getTargetMethodInfo(Unknown Source)

        at java.beans.Introspector.getBeanInfo(Unknown Source)

        at java.beans.Introspector.getBeanInfo(Unknown Source)

        at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)

        at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)

        at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)

        at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

        ... 23 more

Caused by: java.lang.ClassNotFoundException: com.lordabbett.csor.webservice.Contact not found by com.la.profile.management [1166]

        at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1574)

        at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:79)

        at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2018)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        ... 38 more

08.10.2017 21:42:47.775 *INFO * [main] Startup completed

1166- application - context- xml file:

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"

xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:task="http://www.springframework.org/schema/task" xmlns:int="http://www.springframework.org/schema/integration"

xmlns:int-http="http://www.springframework.org/schema/integration/http"

xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx"

xmlns:cache="http://www.springframework.org/schema/cache" xmlns:p="http://www.springframework.org/schema/p"

xsi:schemaLocation="http://www.springframework.org/schema/beans

        http://www.springframework.org/schema/beans/spring-beans-2.0.xsd

        http://www.springframework.org/schema/util

        http://www.springframework.org/schema/util/spring-util-2.0.xsd

        http://www.springframework.org/schema/task

http://www.springframework.org/schema/task/spring-task-3.1.xsd

http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-2.1.xsd

http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd

http://www.springframework.org/schema/integration/xml http://www.springframework.org/schema/integration/xml/spring-integration-xml.xsd

http://www.springframework.org/schema/integration/http http://www.springframework.org/schema/integration/http/spring-integration-http.xsd

http://www.springframework.org/schema/oxm http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd

http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd

http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd

http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd">

<!-- Start Registration -->

<bean id="registrationService"

class="com.lordabbett.userprofile.service.impl.RegistrationServiceImpl">

<property name="registrationServiceValidator" ref="registrationServiceValidator" />

<property name="userProfileValidator" ref="userProfileValidator" />

<property name="userProfileDao" ref="userProfileDao" />

<property name="csorService" ref="csorService" />

</bean>

<bean id="registrationServiceValidator"

class="com.lordabbett.userprofile.service.validator.RegistrationServiceValidator" />

<!-- End Registration -->

<!-- Login Service Start -->

<bean id="loginService"

class="com.lordabbett.userprofile.service.impl.LoginServiceImpl">

<property name="validator" ref="loginValidator" />

<property name="userProfile" ref="userProfileService" />

<property name="authenticationService" ref="authenticationService" />

<property name="userProfileDao" ref="userProfileDao" />

<property name="baseConfig" ref="baseConfig" />

<property name="requestHistoryService" ref="requestHistoryService" />

</bean>

<bean id="authenticationService"

class="com.lordabbett.userprofile.service.impl.AuthenticationServiceImpl">

<property name="userProfileDao" ref="userProfileDao" />

</bean>

<bean id="loginValidator"

class="com.lordabbett.userprofile.service.validator.LoginServiceValidator" />

<bean id="linkedInLoginService"

class="com.lordabbett.userprofile.service.impl.LinkedInLoginServiceImpl">

<property name="userProfileDao" ref="userProfileDao" />

<property name="userProfileService" ref="userProfileService" />

<property name="baseConfig" ref="baseConfig" />

<property name="emailer" ref="emailService" />

<property name="requestHistoryService" ref="requestHistoryService" />

</bean>

<bean id="userProfileService"

class="com.lordabbett.userprofile.service.impl.UserProfileServiceImpl">

<property name="userProfileValidator" ref="userProfileValidator" />

<property name="userProfileDao" ref="userProfileDao" />

<property name="csorService" ref="csorService" />

<property name="masterDao" ref="masterDao" />

<property name="emailService" ref="emailService" />

<property name="baseConfig" ref="baseConfig" />

<property name="laCacheService" ref="laCacheService" />

</bean>

<bean id="userProfileValidator"

class="com.lordabbett.userprofile.service.validator.UserProfileValidator" />

<bean id="csorService"

class="com.lordabbett.userprofile.external.service.impl.CSORServiceImpl">

<!-- TODO: Will Remove this after CSOR insertion/updation access -->

<property name="baseConfig" ref="baseConfig" />

<property name="csorIRSWSAdapter" ref="csorIRSWSAdapter" />

<property name="csorLoggerDAO" ref="csorLoggerDAO" />

<property name="laCacheService" ref="laCacheService" />

</bean>

<bean id="userProfileDao" class="com.lordabbett.userprofile.dao.impl.UserProfileDAOImpl">

<property name="jdbcTemplate" ref="jdbcTemplate" />

<property name="baseConfig" ref="baseConfig" />

</bean>

<bean id="masterDao" class="com.lordabbett.userprofile.dao.impl.MasterDataDAOImpl">

<property name="baseConfig" ref="baseConfig" />

</bean>

<bean id="csorIRSWSAdapter"

class="com.lordabbett.userprofile.external.service.CSORIRSWSAdapter">

<property name="baseConfig" ref="baseConfig" />

</bean>

<!-- Login Service End -->

<bean id="jdbc" class="com.lordabbett.db.activator.DataSourceProvider">

<property name="myDataSourcePool" ref="dsPoolService" />

</bean>

<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">

<constructor-arg type="javax.sql.DataSource" value="#{jdbc.dataSource}">

</constructor-arg>

</bean>

<bean id="txManager"

class="org.springframework.jdbc.datasource.DataSourceTransactionManager">

<constructor-arg type="javax.sql.DataSource" value="#{jdbc.dataSource}">

</constructor-arg>

</bean>

<bean id="adminToolService"

class="com.lordabbett.userprofile.service.impl.AdminToolServiceImpl">

<property name="userProfileDao" ref="userProfileDao" />

<property name="csorService" ref="csorService" />

<property name="emailService" ref="emailService" />

<property name="baseConfig" ref="baseConfig" />

<property name="userProfileService" ref="userProfileService" />

<property name="registrationService" ref="registrationService" />

<property name="ldapDao" ref="ldapDao" />

</bean>

<bean id="auditLoggerService"

class="com.lordabbett.userprofile.audit.service.impl.AuditLoggerServiceImpl">

<property name="auditLoggerDAO" ref="auditLoggerDAO" />

</bean>

<bean id="auditLoggerDAO"

class="com.lordabbett.userprofile.audit.dao.impl.AuditLoggerDAOImpl">

<property name="jdbcTemplate" ref="jdbcTemplate" />

</bean>

<bean id="requestHistoryService"

class="com.lordabbett.userprofile.request.history.service.impl.RequestHistoryServiceImpl">

<property name="requestHistoryDAO" ref="requestHistoryDAO" />

<property name="baseConfig" ref="baseConfig" />

</bean>

<bean id="requestHistoryDAO"

class="com.lordabbett.userprofile.dao.impl.RequestHistoryDAOImpl">

<property name="jdbcTemplate" ref="jdbcTemplate" />

</bean>

<bean id="fundTrackerService"

class="com.lordabbett.userprofile.request.history.service.impl.FundTrackerServiceImpl">

<property name="fundTrackerDAO" ref="fundTrackerDAO" />

</bean>

<bean id="fundTrackerDAO"

class="com.lordabbett.userprofile.dao.impl.FundTrackerDAOImpl">

<property name="jdbcTemplate" ref="jdbcTemplate" />

</bean>

<bean id="userHistoryService"

class="com.lordabbett.userprofile.service.impl.UserHistoryServiceImpl">

<property name="userProfileDao" ref="userProfileDao" />

</bean>

<bean id="ldapDao" class="com.lordabbett.userprofile.dao.impl.LDAPDaoImpl">

<property name="baseConfig" ref="baseConfig" />

</bean>

<bean id="csorLoggerDAO" class="com.lordabbett.userprofile.dao.impl.CSORLoggerDAOImpl">

<property name="jdbcTemplate" ref="jdbcTemplate" />

</bean>

<tx:annotation-driven transaction-manager="txManager" />

</beans>

1166- osgi- context file :

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi"

xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd

                      http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">

<osgi:reference id="EnvironmentConfig"

interface="com.lordabbett.core.cms.cq.config.EnvironmentConfig" />

<!-- <osgi:service ref="logChannel" -->

<!-- interface="org.springframework.integration.MessageChannel" /> -->

<!-- <osgi:service ref="transactionManager" -->

<!-- interface="org.springframework.transaction.PlatformTransactionManager"

/> -->

<osgi:reference id="baseConfig"

interface="com.lordabbett.core.cms.cq.config.BaseConfig" />

<osgi:reference id="emailService"

interface="com.lordabbett.core.service.EmailService" />

<osgi:reference id="dsPoolService"

interface="com.day.commons.datasource.poolservice.DataSourcePool" />

<osgi:service ref="loginService"

interface="com.lordabbett.userprofile.service.LoginService" />

<osgi:service ref="userProfileService"

interface="com.lordabbett.userprofile.service.UserProfileService" />

<osgi:service ref="registrationService"

interface="com.lordabbett.userprofile.service.RegistrationService" />

<osgi:service ref="linkedInLoginService"

interface="com.lordabbett.userprofile.service.LinkedInLoginService" />

<osgi:service ref="adminToolService"

interface="com.lordabbett.userprofile.service.AdminToolService" />

<osgi:service ref="auditLoggerService"

interface="com.lordabbett.userprofile.audit.service.AuditLoggerService" />

<osgi:service ref="userHistoryService"

interface="com.lordabbett.userprofile.service.UserHistoryService" />

<osgi:service ref="authenticationService"

interface="com.lordabbett.userprofile.service.AuthenticateService" />

<osgi:service ref="csorService"

interface="com.lordabbett.userprofile.external.service.CSORService" />

<osgi:service ref="requestHistoryService"

interface="com.lordabbett.userprofile.request.history.service.RequestHistoryService" />

<osgi:service ref="fundTrackerService"

interface="com.lordabbett.userprofile.request.history.service.FundTrackerService" />

<osgi:reference id="laCacheService"

interface="com.lordabbett.cache.impl.LACacheServiceImpl" />

<osgi:service ref="userProfileValidator"

interface="com.lordabbett.userprofile.service.validator.UserProfileValidator" />

</beans>

--->

1165-application context file:

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"

xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:task="http://www.springframework.org/schema/task" xmlns:int="http://www.springframework.org/schema/integration"

xmlns:int-http="http://www.springframework.org/schema/integration/http"

xmlns:context="http://www.springframework.org/schema/context"

xsi:schemaLocation="http://www.springframework.org/schema/beans

        http://www.springframework.org/schema/beans/spring-beans-2.0.xsd

        http://www.springframework.org/schema/util

        http://www.springframework.org/schema/util/spring-util-2.0.xsd

        http://www.springframework.org/schema/task

http://www.springframework.org/schema/task/spring-task-3.1.xsd

http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-2.1.xsd

http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd

http://www.springframework.org/schema/integration/xml http://www.springframework.org/schema/integration/xml/spring-integration-xml.xsd

http://www.springframework.org/schema/integration/http http://www.springframework.org/schema/integration/http/spring-integration-http.xsd

http://www.springframework.org/schema/oxm http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd

http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">

<context:component-scan base-package="com.lordabbett.integrations.cms.services,com.lordabbett.integrations.service.impl" />

<bean id="infinataSSOService"

class="com.lordabbett.integrations.service.impl.InfinataSSOServiceImpl">

<property name="baseConfig" ref="baseConfig" />

</bean>

<bean id="fundsContentRetrivalService"

class="com.lordabbett.integrations.service.impl.FundsContentRetrivalServiceImpl">

<property name="fundService" ref="fundService" />

</bean>

<bean id="facilitatedExternalService"

class="com.lordabbett.integrations.service.impl.FacilitatedExternalServiceImpl">

<property name="userProfileService" ref="userProfileService" />

<property name="adminToolService" ref="adminToolService" />

</bean>

<bean id="lateralService"

class="com.lordabbett.integrations.service.impl.LateralServiceImpl">

</bean>

</beans>

1165- osgi context file:

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi"

xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd

                      http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">

<osgi:reference id="baseConfig"

interface="com.lordabbett.core.cms.cq.config.BaseConfig" />

<osgi:reference id="fundService"

interface="com.lordabbett.fund.service.FundService" />

<osgi:reference id="dsPoolService"

interface="com.day.commons.datasource.poolservice.DataSourcePool" />

<osgi:reference id="userProfileService"

interface="com.lordabbett.userprofile.service.UserProfileService" />

<osgi:service ref="infinataSSOService"

interface="com.lordabbett.integrations.service.InfinataSSOService" />

<osgi:service ref="fundsContentRetrivalService"

interface="com.lordabbett.integrations.service.FundsContentRetrivalService" />

<osgi:service ref="facilitatedExternalService"

interface="com.lordabbett.integrations.service.FacilitatedExternalService" />

<osgi:reference id="adminToolService"

interface="com.lordabbett.userprofile.service.AdminToolService" />

<osgi:service ref="lateralService"

interface="com.lordabbett.integrations.service.LateralService" />

<osgi:reference id="requestHistoryService"

interface="com.lordabbett.userprofile.request.history.service.RequestHistoryService" />

</beans>          

please help me to resolve the issue and please let me know, if you need any other details.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This is an exception caused by the Spring Framework, which seems to be used together with AEM as part of a customer application.

I don't think that there is much knowledge here in the forums regarding such a case, as adding Spring into AEM is a very rare solution (and there are reasons for it not do it). Please consult the developers of these application to help you with this problem.

Jörg

1 Reply

Avatar

Correct answer by
Employee Advisor

This is an exception caused by the Spring Framework, which seems to be used together with AEM as part of a customer application.

I don't think that there is much knowledge here in the forums regarding such a case, as adding Spring into AEM is a very rare solution (and there are reasons for it not do it). Please consult the developers of these application to help you with this problem.

Jörg