Bugzilla OSLC4J adapter returns 204 or 500 when POSTing to /changeRequests
Hi all,
I am following the Eclipse Lyo OSLC Workshop documentation from the official Repository: https://github.com/eclipse/lyo.docs and specify the Lyo OSLC Workshop.pdf guide.
I have deployed the Bugzilla OSLC4J adapter and I am testing the creation of a new change request (bug) using a rest client.
Headers: Content-Type: application/rdf+xml
Observed Behavior:
sometimes i get HTTP 204 or 500
Expected Behavior:
201 created.
could you please clarify the correct POST request , headers for the Bugzilla OSLC4J adapter service?