Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    135

    Spring/Hibernate issue with Oracle Sequence

    Hi,

    I very much hope you will be able to help!

    I have successfully used a Spring/Hibernate web-based application to insert records into an Oracle database. The Oracle database table that I am...
  2. Replies
    10
    Views
    853

    OK...I'll see if I can debug the...

    OK...I'll see if I can debug the ShaPasswordEncoder.

    However, if you look at the logging output of my own DatabaseBootstrapPasswordEncoder, specifically:

    2012-07-24 14:05:13,279...
  3. Replies
    10
    Views
    853

    spgmx, I'm not using Maven, but I have done...

    spgmx,

    I'm not using Maven, but I have done some debugging (of sorts) using the class I wrote, DatabaseBootstrapPasswordEncoder.java. The upddated source is here:
    ...
  4. Replies
    10
    Views
    853

    Hi spgmx, Thanks for posting another reply......

    Hi spgmx,

    Thanks for posting another reply...

    Apologies - I didn't post my other config file, did I?

    I can assure you that I have actually:
    - set both the fields you have highlighted to...
  5. Replies
    10
    Views
    853

    Hi, I have struggled with this one some more,...

    Hi,

    I have struggled with this one some more, but I am still getting the same problem. Here's the change...

    <app_name>-servlet.xml


    <!-- Start: Datasources -->
    <bean id="dataSource"...
  6. Replies
    10
    Views
    853

    Hi spgmx, Thanks for getting in touch! Is...

    Hi spgmx,

    Thanks for getting in touch!

    Is there any way you could shed a little more light on this one for me please...? I'll keep digging around in the meantime!

    Thanks!
  7. Replies
    10
    Views
    853

    ShaPasswordEncoder - Authentication problem

    Hi,

    I am taking a hands-on approach to Spring Security by trying to implement it on a website that I am creating. I have successfully managed to:

    - login with the default login form
    - login...
  8. Replies
    5
    Views
    335

    Hi Rob, No, there were no errors at start up...

    Hi Rob,

    No, there were no errors at start up
    Yes, /classifieds is the context root

    I did discover that I wasn't able to get to the login page once I removed the springSecurityFilterChain,...
  9. Replies
    5
    Views
    335

    Hi Rob, Marten, Thanks so much for replying. I...

    Hi Rob, Marten,

    Thanks so much for replying. I have taken your advice and looked at the FAQ - I see your point, my issue is listed there...apologies!

    I have taken your advice and used /** and I...
  10. Replies
    5
    Views
    335

    How to use: Custom Login Form?

    Hi,

    I am writing a fairly basic Spring Application - more as a learning experience than anything else.

    I am currently trying to make use of Spring Security. In particular, I am trying to make...
  11. Replies
    8
    Views
    1,558

    Hi Sam, Thanks for your advice - sorry its...

    Hi Sam,

    Thanks for your advice - sorry its taken me a while to reply!

    Having read the posts in this thread, I've now got a much better understanding of how to blend JUnit and Spring. Rest...
  12. Replies
    8
    Views
    1,558

    cmontemu, Thanks for sticking with me on this...

    cmontemu,

    Thanks for sticking with me on this - I am very grateful. You will be pleased to know that I know have a working (albeit simple) Junit test!

    In case it is of any use to others, here's...
  13. Replies
    8
    Views
    1,558

    Thanks for the continued assistance, cmontemu! ...

    Thanks for the continued assistance, cmontemu!

    OK, I got the stax-api-1.0-2.jar file and now, when I run my test class, I get the following:



    2012-05-28 16:28:15 XmlBeanDefinitionReader...
  14. Replies
    8
    Views
    1,558

    Hi cmontemu, Thanks for replying - you have...

    Hi cmontemu,

    Thanks for replying - you have definitely got me one step closer!

    I followed your advice and created a package for classifieds-servlet-TESTS.xml: com.classifieds.tests

    Now, when...
  15. Replies
    8
    Views
    1,558

    @ContextConfiguration problem in test class

    Hi,

    Before I get started, I want to promise that I have read the docs and many, many threads on this subject and I still can't seem to get it to work. I am hoping that I might have just overlooked...
Results 1 to 15 of 15