A common placeholder for issues related to the use of annotations with the Spring framework
org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'org.springframework.cache.annotation.AnnotationCacheOperationSource#0': Bean with name 'org.…
caching transactions aop spring-annotationsIn Spring Framework , AbstractWizardFormController seems deprecated. How to implement multiple pages form in the Spring MVC Framework. (I am not …
java spring spring-mvc spring-annotationsIt doesn't look like @Secured on methods in my @Controller are being read. When security filtering based on sec:intercept-url …
spring spring-mvc spring-security spring-annotationsI'm using spring's PreAuthorize annotation as follows: @PreAuthorize("hasRole('role')"); However, I already have 'role' defined as a static String …
java spring spring-security spring-annotationsI'm using Spring 3.2 in a web application and I'd like to have a .properties file within the classpath which contains …
java spring spring-annotationsI am studying for the Spring Core certification and I have some doubts related to the use of profiles into …
java spring annotations spring-annotations spring-profilesIn my Spring MVC webapp I have a generic RESTful controller for CRUD operations. And each concrete controller had to …
java spring spring-mvc spring-annotationsMy question is a duplicate of Custom annotation with spring security but it went unanswered and I believe there should …
java spring spring-security authorization spring-annotations(Still a bit new to Spring) I need to have a service method that is at the same time @Scheduled …
java spring hibernate spring-annotationsBeing new to spring annotations, I need a clarification for the below code. @PostFilter("hasPermission(filterObject, 'READ') or hasRole('ROLE_…
java spring spring-security annotations spring-annotations