Answering my own question for completeness' sake: i18n formatting is best handled by a view. See...
Type: Posts; User: gerjan; Keyword(s):
Answering my own question for completeness' sake: i18n formatting is best handled by a view. See...
In a Spring MVC 3.1 application, how should I use the request's locale to control string formatting by an HttpMessageConverter?
I have this enum:
public enum Soil {
...
OK, uploading screenshots doesn't seem to work for me. I've included relevant outputs instead (some longer lines removed):
forkmode none:
[DEBUG] Configuring mojo...
Bingo. The file is readable, but your suggestion to check the surefire plugin config paid off.
In order to be able to debug the test in STS I inserted this forkmode config element for surefire in...
The file is there allright, I checked again and again. And the copy action itself shows up in the output of mvn -X clean test:
[INFO] --- maven-resources-plugin:2.3:testResources...
Hi Marten,
Thanks for your quick response. The approach you suggested works: clean + build, then run as JUnit test (either project or test class).
I also tried the Maven only option: copied...
Hi,
I'm having a problem loading my test application context (same result with either STS m2eclipse or 'mvn clean test' from a shell). Does anyone see what's wrong in my setup? Thanks in advance...
I'm using a composite object fbb with two sub-objects a and b as a form backing bean. The corresponding form always shows the fields related to a, but fields related to b will only be displayed...
Hi,
We are configuring Spring Security in a web app behind a Novell Ichain reverse proxy. This is the pre-authentication scenario as described in the reference documentation. That is, the Ichain...