Hi,
I tried with the RC2 and with an empty m2 repo.
It's the same results.
I send you my new roo script.
Thks,
Emmanuel.
Type: Posts; User: eservent; Keyword(s):
Hi,
I tried with the RC2 and with an empty m2 repo.
It's the same results.
I send you my new roo script.
Thks,
Emmanuel.
Hello,
Thks for your reply.
Here is my roo script.
I follow what you said and I have the same results in surefire reports.
I'm using the last version of ROO => RC1, from the STS-SR01 package....
Hi,
I create some mock tests for my entities.
If I run mvn clean test, it failed because
Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects...
Hi,
Does anybody know why all artifactIds in my dependencies (except springframework's ones) start with com.springsource?
I find that a little bit weird. If I want to use "standard" jars and not...
Thank you Andrei.
I will try this way.
In first place, I would store this object in my session manually, but your solution is quite elegant.
Thank you again.:o
Hi,
Thks for your response. I've just a problem with SecurityContextHolder, I don't know how I can use it inside a jsf page with el expression. My test was in a jsp but my project is in jsf.
Is...
Hello,
I want to show in default.jsp the value of "SPRING_SECURITY_CONTEXT" stored in the session.
But when I try to show this page I get the errop page (NullPointerException because...