Search:

Type: Posts; User: Dan Owens; Keyword(s):

Search: Search took 0.03 seconds.

  1. messageConverters not getting set on AnnnotationMethodHandlerAdapter

    Yes, the client is setting the content-type to "application/xml". In fact, this is confirmed when I set a breakpoint in the debugger in the method readWithMessageConverters(), at line 622

    ...
  2. messageConverters not getting set on AnnnotationMethodHandlerAdapter

    Here is my xml...it is not that much different.

    <!-- Configures support for @Controllers -->
    <mvc:annotation-driven />

    <context:component-scan base-package="com.xyz.c2c.web" />

    ...
  3. messageConverters not getting set on AnnotationMethodHandlerAdapter

    I'm trying to use the @RequestBody annotation to convert post body xml to a Java object with Jibx. I've configured an AnnotationMethodHandlerAdapter bean with a list of converters, but it looks like...
  4. Replies
    1
    Views
    1,773

    Rest Controller and STS Spring Template

    What would be the best SpringTemplate to use in STS to create a Rest service?
  5. how to configure Velocity and SpringResourceLoader?

    I have been trying unsuccessfully to use
    org.framework.ui.velocity.SpringResourceLoader to enable Spring-style
    Resource loading with Velocity-1.5.

    VelocityEngineFactoryBean factory = new...
  6. Replies
    0
    Views
    1,750

    getConnection() and OracleDataSource

    I am using the OracleDataSource for ConnectionPooling and setting a max
    limit to the Pool size. I am also using the
    TransactionAwareDataSourceProxy class, the AbstractRoutingDataSource
    class and...
  7. Glad to hear this is fixed in 2.0.5. We are...

    Glad to hear this is fixed in 2.0.5. We are upgrading to 2.0.3 because at the time the decision to upgrade was made, 2.0.3 was the latest version.

    Having the stack trace appear is not a...
  8. groovy and ruby required when using namespaces?

    I've recently updated from Spring 2.0 to Spring 2.0.3. I'm using these
    namespace declarations in my Spring Context files

    <beans xmlns="http://www.springframework.org/schema/beans" ...
  9. Transactional Retry with Programatically Configured DataSource

    I am working on an application which requires that I programmatically create and configure 1 or more DataSources. The DataSources can NOT be configured either through JNDI or from an XML file...
Results 1 to 9 of 9