Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

CDI Integration

$
0
0
I'm trying to get CDI Integration, but the following errors occurs at deployment:

WARNING: Error in annotation processing: java.lang.NoClassDefFoundError: org/springframework/beans/factory/BeanFactoryAware
WARNING: Error in annotation processing: java.lang.NoClassDefFoundError: org/springframework/beans/factory/BeanFactoryAware
SEVERE: Class [ com/mysema/query/dml/UpdateClause ] not found. Error while loading [ class org.springframework.data.jpa.repository.support.Qu eryDslRepositorySupport ]

I have dropped spring-data-commons and spring-data-jpa JARs in my classpath. I what I'm missing?

Viewing all articles
Browse latest Browse all 297

Trending Articles