This is the security context file I am using - starting simply just to get Spring security working
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans...
Type: Posts; User: hartnellg; Keyword(s):
This is the security context file I am using - starting simply just to get Spring security working
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans...
Thanks for the various replies
I split the context files as suggested by jbbarquero, but still got the same error.
I have been using Spring Security version is 3.0.5 which is described as the...
I'm trying to add the simple security config into my application context - following the example at 2.2.2 A Minimal <http> Configuration in the Spring security documentation.
I have the...
I moved the existing pizza folder aside and ran the script in a new pizza folder
This time it created the 'create.jspx' files
I'm pretty sure I entered all the commands individually on the...
I'm new to Roo and just following the pizza tutorial
I am using spring-roo-1.1.3.RELEASE
I have issued all the commands up to 'Creating the Web Tier'
I then issued the controller all --package...
Many thanks - that's sorted
Apologies for not using [ code][/code ] tags
I had a quick look in the FAQs before posting but did not see that suggestion
I wanted to learn about annotations and followed the article here:
http://technologicaloddity.com/2010/05/31/spring-and-hibernate-with-annotations/
This is a Spring MVC example with Hibernate and...
We are using Spring 3.0 and have been able to annotate classes with @Component to allow us to do classpath scanning
We pass a list of packages to be scanned to the constructor of...
We would like like to inject a bean that is derived from a static factory method which requires a parameter
- and we would like to do this using annotations and class path scanning
Section...