Hi all,
With spring mvc json mapper, there is a way to replace native Jackson mapper (MappingJacksonJsonView) by another json engine (in my case Json-simple) ?
Thanks
Type: Posts; User: philippe.chaker@gmail.com; Keyword(s):
Hi all,
With spring mvc json mapper, there is a way to replace native Jackson mapper (MappingJacksonJsonView) by another json engine (in my case Json-simple) ?
Thanks
Hi all,
I have a method annotated with @async and I have catched all the business process into a try/catch block.
My process send messages through internet then there are sometime some timeout...
I have the same problem, it seems that the only solution it's an downgrade to roo 1.0. I'll try it for see.