Search:

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

Search: Search took 0.05 seconds.

  1. Answering my own question for completeness' sake:...

    Answering my own question for completeness' sake: i18n formatting is best handled by a view. See...
  2. How to make HttpMessageConverter aware of request locale?

    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 {

    ...
  3. OK, uploading screenshots doesn't seem to work...

    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...
  4. Bingo. The file is readable, but your suggestion...

    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...
  5. The file is there allright, I checked again and...

    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...
  6. Hi Marten, Thanks for your quick response. The...

    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...
  7. Failed to load ApplicationContext at TestContext.getApplicationContext

    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...
  8. How to suppress/ignore some bind exceptions?

    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...
  9. extracting multiple http headers in preauthentication scenario

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