Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lhanson/518233467f4ebef84db51153507faea5 to your computer and use it in GitHub Desktop.
Save lhanson/518233467f4ebef84db51153507faea5 to your computer and use it in GitHub Desktop.
maven-artifact-notifier-core compilation error
[2016-10-23 17:28:38,343] WARN - pertyPlaceholderConfigurer - - Could not load properties from URL [file:/etc/maven-artifact-notifier/configuration.properties]: /etc/maven-artifact-notifier/configuration.properties (No such file or directory)
[2016-10-23 17:28:38,345] WARN - pertyPlaceholderConfigurer - - Could not load properties from class path resource [configuration-ldhanson2.properties]: class path resource [configuration-ldhanson2.properties] cannot be opened because it does not exist
[2016-10-23 17:28:39,965] WARN - bernatePersistenceProvider - - Installing our Spring managed interceptor.
[2016-10-23 17:28:40,302] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.core.jpa.externallinkchecker.business.model.ExternalLinkWrapper]; using defaults.
[2016-10-23 17:28:40,324] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.maven.artifact.notifier.core.business.project.model.Project]; using defaults.
[2016-10-23 17:28:40,359] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.maven.artifact.notifier.core.business.project.model.ProjectVersion]; using defaults.
[2016-10-23 17:28:40,384] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.maven.artifact.notifier.core.business.user.model.UserGroup.authorities]; using defaults.
[2016-10-23 17:28:40,408] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.maven.artifact.notifier.core.business.project.model.Project.versions]; using defaults.
[2016-10-23 17:28:44,826] WARN - onConfigApplicationContext - - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springContextWrapper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.core.jpa.more.util.init.service.IImportDataService fr.openwide.maven.artifact.notifier.init.util.SpringContextWrapper.importDataService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectImportDataService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.maven.artifact.notifier.core.business.user.service.IUserService fr.openwide.maven.artifact.notifier.core.util.init.service.ProjectImportDataServiceImpl.userService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personService' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/service/UserServiceImpl.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [fr.openwide.maven.artifact.notifier.core.business.user.dao.IUserDao]: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
[2016-10-23 17:28:44,850] ERROR - tNotifierInitFromExcelMain - - Initialization fails
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springContextWrapper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.core.jpa.more.util.init.service.IImportDataService fr.openwide.maven.artifact.notifier.init.util.SpringContextWrapper.importDataService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectImportDataService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.maven.artifact.notifier.core.business.user.service.IUserService fr.openwide.maven.artifact.notifier.core.util.init.service.ProjectImportDataServiceImpl.userService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personService' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/service/UserServiceImpl.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [fr.openwide.maven.artifact.notifier.core.business.user.dao.IUserDao]: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
at org.springframework.context.annotation.AnnotationConfigApplicationContext.<init>(AnnotationConfigApplicationContext.java:84)
at fr.openwide.maven.artifact.notifier.init.MavenArtifactNotifierInitFromExcelMain.main(MavenArtifactNotifierInitFromExcelMain.java:23)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.core.jpa.more.util.init.service.IImportDataService fr.openwide.maven.artifact.notifier.init.util.SpringContextWrapper.importDataService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectImportDataService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.maven.artifact.notifier.core.business.user.service.IUserService fr.openwide.maven.artifact.notifier.core.util.init.service.ProjectImportDataServiceImpl.userService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personService' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/service/UserServiceImpl.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [fr.openwide.maven.artifact.notifier.core.business.user.dao.IUserDao]: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
... 12 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectImportDataService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.maven.artifact.notifier.core.business.user.service.IUserService fr.openwide.maven.artifact.notifier.core.util.init.service.ProjectImportDataServiceImpl.userService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personService' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/service/UserServiceImpl.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [fr.openwide.maven.artifact.notifier.core.business.user.dao.IUserDao]: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
... 14 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private fr.openwide.maven.artifact.notifier.core.business.user.service.IUserService fr.openwide.maven.artifact.notifier.core.util.init.service.ProjectImportDataServiceImpl.userService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personService' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/service/UserServiceImpl.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [fr.openwide.maven.artifact.notifier.core.business.user.dao.IUserDao]: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
... 25 more
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personService' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/service/UserServiceImpl.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [fr.openwide.maven.artifact.notifier.core.business.user.dao.IUserDao]: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1143)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1046)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
... 27 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDao' defined in file [/Users/ldhanson2/workspace/eclipse/artifact-listener/maven-artifact-notifier-core/target/classes/fr/openwide/maven/artifact/notifier/core/business/user/dao/UserDaoImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1105)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
... 40 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
... 52 more
Caused by: java.lang.Error: Unresolved compilation problems:
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QArtifactVersionNotification cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.artifact.model.QFollowedArtifact cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUser cannot be resolved
The import fr.openwide.maven.artifact.notifier.core.business.user.model.QUserGroup cannot be resolved
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a variable
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a variable
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
The method user() from the type Binding refers to the missing type UserBinding
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QArtifactVersionNotification cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QFollowedArtifact cannot be resolved to a type
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
QUserGroup cannot be resolved to a type
QUserGroup cannot be resolved to a variable
QUser cannot be resolved to a type
QUser cannot be resolved to a variable
at fr.openwide.maven.artifact.notifier.core.business.user.dao.UserDaoImpl.<init>(UserDaoImpl.java:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
... 54 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment