Thanks, this one finally works! :D
Type: Posts; User: alo7261; Keyword(s):
Thanks, this one finally works! :D
Dear Luke, thanks so much. That did solve my issue.
Best regards
Alo
All I want, is a simple remember-me. I read http://static.springsource.org/spring-security/site/docs/3.0.x/reference/remember-me.html
What I have done so far:
Created my own...
Hi
Thanks for the answer:
@RequestMapping(value = "{username}/more", method = RequestMethod.GET)
@PreAuthorize("#username == principal.username")
public String...
In the Spring Security manual, following approach is suggested:
@PreAuthorize("#contact.name == principal.name)")
public void doSomething(Contact contact);
(see...
Hi all
I have been looking for a way to secure URLs like
@RequestMapping("/owners/{ownerId}/pets/new")
on user (not role) level, i.e. only owner with ID {ownerId} has access.
My...
Hi all
I am having the same concerns. Any suggestions from the spring team?
Hi all
I am having the same difficulty. Any comments from the springsource team?
Hi all
Consider this file structure:
-businessobjects
\-User.java
-dao
\-IUserDAO.java
-daojpa
Hi
A noobs standard question:
I have successfully compiled some of the sping-sampes (e.g. petclinic and mvc-basic) and deployed them to tomcat 6.0.x
However, I am having some difficulties...
Actually, I think you could be right. I really hope, someone of the Spring Team will answer soon, since this is a vital issue to me, too.
Based on my personal experience, this is precisely what I am suggesting: Hibernate's latest JPA2 implementation seems bugous to me, while EclipseLinks's implementation works just as it is supposed to...
Have you ever given EclipseLink a chance? We have major problems with the Hibernate JPA2 implementation, too, but EclipseLink works. But we have not used EclipseLink with Spring 3, yet. Any...
I would like to emphasize the need of an answer to this question. I, too, am very keen to make use of the latest Spring and ORM, since I appreciate the simplified configs minimizing the need of...
uhmm ... dumb me ... thanks, that was it ...
Hi all
I'm trying to walk through the "Beginning With Roo: The Tutorial". Here's what unexpectedly happens:
roo>
entity --class -.Timer --testAutomatically
You must specify option 'class'...