Good morning,
I got the "infamous" current session error when I upgraded from Hibernate 3 to 4.
I search for it and everything seems to be set up properly. I need some insight :)
Here is my...
Type: Posts; User: denebj; Keyword(s):
Good morning,
I got the "infamous" current session error when I upgraded from Hibernate 3 to 4.
I search for it and everything seems to be set up properly. I need some insight :)
Here is my...
Thank you for the guidance :)
I ended up creating a bean extending ApplicationContextAware, and then initialized the new bean in the applicationContext.xml.
Then just calling the static method,...
Hello guys !!
I have a slight issue, easy to fix I am sure but I do not see it :)
I am using JUNIT to test some classes :
@RunWith(SpringJUnit4ClassRunner.class)...
Nervermind !
I would like to delete my post !!
Thanks
Ok :)
Thanks !! I did not think of giving more details !!!!
Ok so first, I am using :
Spring Security 3.0.3
Spring 3.0.3
JDK 1.6.21
Hibernate
Any ideas :(:(
Hello guys :)
I am trying to clean my URLs, so I decided to use the framework PrettyFaces :)
Everything is working well, except the login page !!
If I do not put rules I can log in without any...
Good morning !
I am working on a J2EE project (hibernate/spring/jsf-richfaces) and I want to clean my urls.
I want to use spring security framework to do that (that's what I am currently using),...
I finally made it work !!
Instead of redirecting to my login page (invalid-session-url="/pages/public/login.jsf" ), I made the redirection to an "expiration" page, and on this page I have a simple...
Hello :)
I have an issue !! When my session is expired, and that I am clicking on a button, I am redirected on my login page (good), but just after that, I have a blank page and the browser start to...
AAAAAAAAAAAAAAAAAAH thanks !! I found it !! the facelets-taglib was for srping 2.0 :) :)
I upgraded to facelets-taglib-0.3_jsf-1.2-spring-3 and it is working perfectly !
Update from 2.x to 3.x...
I tried to check my jar but It does not seem that I have old jar remaining :/ I did not have enough characters left in my post to put the all stacktrace in the file :) :)
EDIT : I included a sreen...
Hello guys :)
I have a slight issue with my spring security configuration.
My project was in 2.0.4 and everything was working fine, but I needed to upgrade to 3 to have some new feature :)
I am...