hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

MessageBodyWriter not found on Raspberry Pi #72

Closed hstaudacher closed 9 years ago

hstaudacher commented 9 years ago

It seems that the Gson Provider can't be registered on a Raspberry Pi. It results in MessageBodyWriter not found when accessing a resource that produces json.

This was discussed in #67 and #68

kaikreuzer commented 9 years ago

@hstaudacher This issue is currently for you to follow up, right? Or do you need any further input from me? Let me know if I can help in any way!

hstaudacher commented 9 years ago

Hi Kai, no input needed right now. Need time to reproduce it.

kaikreuzer commented 9 years ago

This issue is becoming more urgent to me by now. Do you have any idea, when you might find the time or how I could help? Sorry for pushing ;-)

hstaudacher commented 9 years ago

No problem. My new pi arrived on wednesday. I hope I can work on it next monday

hstaudacher commented 9 years ago

Sorry once more for the delay. We are in a hot phase for the release of tabrisjs.com and it's hard to find time to work on this project right now. I hope I can make it this week.

kaikreuzer commented 9 years ago

No worries - we think we have solved it and will create a PR for it this morning. All we would like you to do is to review it briefly and eventually create the 4.2 release then :-)

hstaudacher commented 9 years ago

Oh nice to hear ;)

kaikreuzer commented 9 years ago

I have successfully tested the startup on both Raspberry Pi 1 and Raspberry Pi 2 with the fix provided by https://github.com/hstaudacher/osgi-jax-rs-connector/pull/80 and can confirm that the problem is solved by it.

hstaudacher commented 9 years ago

Fixed with the merge of pull request #80