OK I see what you mean but that is not an option to me. Indeed it implies, as you say, that there is a general available configuration location on all of my environments : user home is a good...
Type: Posts; User: skal111; Keyword(s):
OK I see what you mean but that is not an option to me. Indeed it implies, as you say, that there is a general available configuration location on all of my environments : user home is a good...
I'm sorry but I don't quite follow you there. How can 1 war file be deployed to all my environments with different config (DB schema...).
Can you be more specific.
Thanks for your help
I'm a big fan of Spring 3's Java config integration and I've been using it to load my beans, inject variables from properties files etc.
Prior to Spring 3 I used xml configuration files where I...
Here is a snippet of my pom.xml which might help
<properties>
<spring.version>3.0.0.M4</spring.version>
<spring-security.version>3.0.0.M2</spring-security.version>...
Your User entity is not defined in your persitence.xml
Hello Luke, thank you for this new release. I wanted to give it a try this morning by upgrading my project from Spring M3 to M4 and Spring Security M1 to M2. When changing my namespace configuration...
Indeed it works perfectly with 3.0.0.M3 config features.
Thanks !
Did you find a work around?
I get the exact same exception with Spring 3.0.0.M3 and java-config 1.0.0.M4 while it works just fine if I switch to Spring 2.5.6.
It indeed appears to be a version...