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...
Type: Posts; User: direm; Keyword(s):
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...
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...
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:
...
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...
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"...
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!
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...
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,...
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...
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...
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...
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...
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...
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...
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...