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
...
Type: Posts; User: Dan Owens; Keyword(s):
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
...
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" />
...
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...
What would be the best SpringTemplate to use in STS to create a Rest service?
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...
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...
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...
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" ...
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...