Hi guys,
this seems to work for me:
<!-- REST -->
<bean class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
<property name="order" value="1" />
...
Type: Posts; User: luolunci; Keyword(s):
Hi guys,
this seems to work for me:
<!-- REST -->
<bean class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
<property name="order" value="1" />
...
Hi sbirnie,
I'm also having the same problem. I upgraded to 3.2 to get access to packagesToScan in JAXB2Marshaller, but then had the same error as you.
I was digging a bit, but not much...