Search:

Type: Posts; User: denebj; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    244

    Hibernate 4 - No Current Session Error

    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...
  2. Replies
    2
    Views
    321

    Thank you for the guidance :) I ended up...

    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,...
  3. Replies
    2
    Views
    321

    [JUNIT] ContextLoader

    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)...
  4. Replies
    0
    Views
    475

    [To DELETE] JUnit + Hibernate

    Nervermind !

    I would like to delete my post !!

    Thanks
  5. Replies
    4
    Views
    1,982

    Ok :) Thanks !! I did not think of giving more...

    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
  6. Replies
    4
    Views
    1,982

    Any ideas :(:(

    Any ideas :(:(
  7. Replies
    4
    Views
    1,982

    Problem PrettyFaces + Spring security

    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...
  8. Replies
    0
    Views
    610

    Cleaning URL Name

    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),...
  9. Replies
    1
    Views
    1,520

    I finally made it work !! Instead of redirecting...

    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...
  10. Replies
    1
    Views
    1,520

    Problem request after session expired

    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...
  11. AAAAAAAAAAAAAAAAAAH thanks !! I found it !! the...

    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...
  12. I tried to check my jar but It does not seem that...

    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...
  13. [RESOLVED]Update 2.x to 3.0.2 SecurityContextHolder issue

    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...
Results 1 to 13 of 13