Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    1,175

    This is the security context file I am using -...

    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...
  2. Replies
    7
    Views
    1,175

    Thanks for the various replies I split the...

    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...
  3. Replies
    7
    Views
    1,175

    Security namespace problem

    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...
  4. Pizza tutorial does not generate 'create' tags

    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...
  5. Pizza tutorial does not generate 'create' tags

    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...
  6. Many thanks - that's sorted Apologies for not...

    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
  7. Exception when DAO changed to implement interface

    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...
  8. Use of classpath annotation based scanning and classpath config files

    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...
  9. Spring 3: DI with annotations passing a parameter to a static factory method

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