-
Jun 14th, 2010, 04:08 AM
#1
@Repository annotated component causing problem when in packaged in JAR
Hi,
I've got a CommonDaoJpa component packaged in a dependency JAR.
When I annotated it with @Repository("commonDaoJpa"), then the dependent project tests have the following exception :
No matching bean of type [com.company.commons.persistence.jpa.CommonDaoJpa] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency
If I just comment out the @Repository annotation, the tests work fine.
I can't understand what could cause the problem.
Is it a known limitation with the @Repository ?
I'm just asking in case this is a know problem.
I'll probably have to post a test cade reproducing the error.
/jean
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules