jnan77 / jsonrpc4j

Automatically exported from code.google.com/p/jsonrpc4j
0 stars 0 forks source link

Spring framework examples are broken due to missing handler mapping configuration #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Copy "Spring Framework" examples from 
http://code.google.com/p/jsonrpc4j/#Spring_Framework
2. Try to access /UserService.json or /path/to/MyService
3. See 404 error.

What is the expected output? What do you see instead?
The examples should work.

Please provide any additional information below.
Afaik proper Spring HandlerMapping is required to make them work, this is not 
mentioned in the examples.

E.g. 
http://stackoverflow.com/questions/6136199/jsonrpc4j-mapping-in-spring-doesnt-wo
rk

Original issue reported on code.google.com by czigola@gmail.com on 19 Dec 2012 at 3:12

GoogleCodeExporter commented 8 years ago
Thanks, easy fix :)

Original comment by brian.di...@gmail.com on 10 Jan 2013 at 5:55