spelevaluationexception Questions

6

Solved

I want to have @Cacheable annotation on method with no parameter. In that case, I use @Cacheable as follows @Cacheable(value="usercache", key = "mykey") public string sayHello(){ return "test" }...
Leotaleotard asked 28/10, 2015 at 5:13

4

Solved

If I am defining a ehcache for a method which doesn't have any parameter. But in my use case I needs to access the my built cache through it's key. So please provide me the better way of assignin...
Poteet asked 2/8, 2014 at 12:42

4

I have SPRING METHOD security fully configured for my web application. (with PRE/POST annotations enabled). However recently I encountered a strange issue with them. Summary as follows: Summary ...
Invertebrate asked 9/4, 2014 at 10:15

1

Simple question, I got a @Service class @Autowired up in my controller. Trying to put a little security on one of the methods in my controller. So for simplicity I did this to test @PreAuthorize(...

2

Solved

I am using spring security 3.1.7.RELEASE with spring 3.2.13.RELEASE. I have entry in my spring-security.xml as follows: <http auto-config="true" use-expressions="true"> <intercept-url ...
Pimentel asked 11/2, 2015 at 16:31

2

Solved

I am developing an Spring Roo application and while displaying the Objects in list (in list.jspx), I am getting all the properties of the referenced object. For example: @RooJavaBean @RooToString ...
Bimonthly asked 21/8, 2013 at 13:11
1

© 2022 - 2024 — McMap. All rights reserved.