-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently getting the AccessControlException below when I deploy to app engine (I don't see it when I run in my local environment). I'm using GAE 1.3.1, Spring 3.0.1, and Spring Security 3.0.2. Any ideas how to get around this issue? It appears to be an issue with Spring Security trying to get…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using spring 3.0.1 + spring-security 3.0.2 and I am trying to use features like @PreAuthorize and @PostFilter annotations.
When running in units tests using @RunWith(SpringJUnit4ClassRunner.class) or in a main(String[] args) method my application context fails to start if enable pre-post-annotations…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I downloaded all jar files for Spring Security 3.0 and added them to my lib folder in Netbeans 6.8. Then i added Spring framework to my web application and tried to modify applicationContext.xml as given in the pdf that shipped with Spring Security. This is it's code :-
<?xml version="1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to do something like that:
An object ReportingFile that can be a LogRequest or a LogReport file. ( both got the same structure)
An object Reporting containing for one logRequest, a list of logReport with a date.
I tryed to set an EmbededId, that would be an attribute of the logRequest…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to do something like that:
An object ReportingFile that can be a LogRequest or a LogReport file. ( both got the same structure)
An object Reporting containing for one logRequest, a list of logReport with a date.
An example (not working) would be:
@Entity
@AssociationOverride( name="logRequest…
>>> More