skyscreamer / yoga

Yoga is RESTful but flexible.
http://yoga.skyscreamer.org/
Apache License 2.0
156 stars 66 forks source link

MetaDataController does not deploy in the Jersey-Spring demo #219

Closed cepage closed 11 years ago

cepage commented 11 years ago

The MetaDataController deploys correctly in the SpringMVC demo, and in the Jersey-Guice demo, but not in the Jersey-Spring demo. The constructor is never called for the controller.

sduskis commented 11 years ago

I'll fix that, and add a test.

On Sun, Jul 28, 2013 at 4:40 PM, Corby Page notifications@github.comwrote:

The MetaDataController deploys correctly in the SpringMVC demo, and in the Jersey-Guice demo, but not in the Jersey-Spring demo. The constructor is never called for the controller.

— Reply to this email directly or view it on GitHubhttps://github.com/skyscreamer/yoga/issues/219 .

sduskis commented 11 years ago

pull request #220 https://github.com/skyscreamer/yoga/pull/220

sduskis commented 11 years ago

Can you please retest? This should be fixed.

sduskis commented 11 years ago

Corby retested, and this is fixed.