Search:

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

Search: Search took 0.04 seconds.

  1. Unit testing and integration testing using JUnit, Liquibase, HSQLDB, Hibernate, Maven

    Hi.

    I'd like to contribute and share with the community with a big article of how to integrate spring, liquibase and maven to perform fine grained integration/unit testing. Original article is...
  2. Replies
    0
    Views
    256

    @ViewScoped and Spring 3x

    Hi.

    Is there any chance that Spring will incorporate @ViewScoped from JSF2? There are several "hacks" around it but none of them fits our needs :(

    Maybe there is some roadmap for this scope or...
  3. Replies
    1
    Views
    384

    JUnit 4x Test Suite and Spring

    Hi.

    I've got multiple data providers in my web application. Each one effectively loads data from DBMS.

    I need to apply something like SpringJUnit4ClassRunner but for test suite. How can I...
  4. Replies
    0
    Views
    587

    Autowired annotation failure

    Hi!

    I'm trying to autowire dependency into cusom implementation of ApplicationListener<AuthenticationSuccessEvent> but with no luck.

    Code for listener:


    package jwebtester.security;
    ...
  5. Replies
    2
    Views
    1,041

    Here is my pom.xml ...

    Here is my pom.xml


    <dependencies>
    <dependency>
    <groupId>javax</groupId>
    <artifactId>javaee-api</artifactId>
    <version>6.0</version>
    <scope>provided</scope>
    </dependency>
  6. Replies
    2
    Views
    1,041

    auto-config not working [3.1]

    Hi.

    I've got really weird and nasty exception with latest 3.1 spring security:



    SEVERE: Exception sending context initialized event to listener instance of class...
Results 1 to 6 of 6