I've never seen this exact error before. Can you deploy your application OK on Tomcat?
Matt On 1/8/07, Devpradhangr <[EMAIL PROTECTED]> wrote:
Hi, Iam trying to create a sample application using JSF in Appfuse 1.9.4 but iam getting some exceptions in JBoss that are mentioned below. How to solve these exceptions? org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManagerTx': Cannot resolve reference to bean 'userManagerTxAdvice' while setting bean property 'advice'; nes ted exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManagerTxAdvice': Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in ServletContext resource [/WEB- INF/applicationContext-hibernate.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreatio nException: Error creating bean with name 'managerSecurity': Cannot resolve reference to bean 'methodSecurityInterceptor' while setting bean property 'advice'; nested exception is org.springframework. beans.factory.BeanCreationException: Error creating bean with name 'methodSecurityInterceptor' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'authenticat ionManager' while setting bean property 'authenticationManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defi ned in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'daoAuthenticationProvider' while setting bean property 'providers' with key [0]; nested exception is org.sprin gframework.beans.factory.BeanCreationException: Error creating bean with name 'daoAuthenticationProvider' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean ' userDao' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao' defined in ServletContex t resource [/WEB-INF/applicationContext-hibernate.xml]: Initialization of bean failed; nested exception is org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException: warning can't determine implemented interfaces of missing type $Proxy49 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in ServletContext resource [/WEB-INF/applicationContext-hibernate.xml]: Cannot resol ve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'methodSecurityInterceptor' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'authenticationManager' while setting bean property 'authenticationManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authent icationManager' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'daoAuthenticationProvider' while setting bean property 'providers' with key [0]; nested ex ception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'daoAuthenticationProvider' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'userDao' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao' defi ned in ServletContext resource [/WEB-INF/applicationContext-hibernate.xml]: Initialization of bean failed; nested exception is org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException: warn ing can't determine implemented interfaces of missing type $Proxy49 [Xlint:cantFindType] [/WEB-INF/applicationContext-hibernate.xml]: Initialization of bean failed; nested exception is org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException: warning can't d etermine implemented interfaces of missing type $Proxy49 [Xlint:cantFindType] -- View this message in context: http://www.nabble.com/org.springframework.beans.factory.BeanCreationException-tf2938066s2369.html#a8214219 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
