crnk-project / crnk-framework

JSON API library for Java
Apache License 2.0
289 stars 154 forks source link

Dropwizard mongo example returns 404 #68

Open peavers opened 7 years ago

peavers commented 7 years ago

The Dropwizard mongo example returns a 404 even when using the correct content type on both GET and POST requests.

remmeier commented 7 years ago

that project lacks any test cases, that should be changed as well to make sure it is running.

remmeier commented 7 years ago

added a guice module, updated the setup. But the example could use a significant update along the line of what crnk-jpa is using. Potetially the example will be replaced by a more Java-friendly one like cassandra or elasticsearch to faclitate testing. but any help to verify and update this one is also welcomed.