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...
Type: Posts; User: tillias; Keyword(s):
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...
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...
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...
Hi!
I'm trying to autowire dependency into cusom implementation of ApplicationListener<AuthenticationSuccessEvent> but with no luck.
Code for listener:
package jwebtester.security;
...
Here is my pom.xml
<dependencies>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
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...