Search:

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

Search: Search took 0.03 seconds.

  1. I finally found the error, I was including a...

    I finally found the error, I was including a xml-config with <mvc:annotation-driven/>... I removed this, now it works
  2. Spring 3.2 - ClassCastException: ContentNegotiationManagerFactoryBean

    Hi together,
    within my simple spring 3.2 application I have the following configuration:


    public abstract class AbstractWebAppInitializer implements WebApplicationInitializer {


    @Override...
  3. Resteasy in Spring 3.1 (Servlet 3) - Zero Conf

    Hi everybody,
    it is so frustrating so I hope you are able to help me with my current problem.

    I have got the following technology stack:

    - Spring 3.1
    - Servlet 3 environment
    - Resteasy

    I...
  4. Nobody there who has the same issue? Topic clear...

    Nobody there who has the same issue? Topic clear or should I extend my example?
  5. Confusion - Multiple Property Sources in Spring 3.1

    Hi guys,
    I'm a bit confused with the new property sources. What I want to do is the following:

    As per default, there is an environment.properties file in my classpath. This one should be used...
  6. Perfect! Thanks for your help!

    Perfect! Thanks for your help!
  7. Of course I can register my own ObjectMapper as a...

    Of course I can register my own ObjectMapper as a bean and then autowire it. I was searching for a way to avoid configuring a second ObjectMapper, as there must be an already configured one, which is...
  8. Support for Json (Jackson) Serialization within a service (not web controller)

    Hi together,
    as we all know, there is a nice support of Jackson JSON Serialization in Spring Web, which is easy to use within Web Controllers (@ResponseBody etc.). In my situation, I want to reuse...
  9. Replies
    1
    Views
    246

    Spatial database support (f.e. Postgis)

    Hi together, is there any spatial database support in spring-data or is this kind of feature somewhere on the roadmap? As we already stick to spring-data I do not want to switch to native...
  10. It's in the root of the jar file. I will have a...

    It's in the root of the jar file. I will have a look to the new spring 3 features, will answer, once I figured out how it works. Thx for your help!

    Cheers,
    Fritz
  11. Load resources from a jar file (within a webapp)

    Hi guys,
    I've got a problem with my current webapp. I have a common jar file, which has some generic resources (css, js, images, etc.). Within my webapp I want to access these resources. I was...
Results 1 to 11 of 11