HI
This is how my arduous job is going on:
I have got the next restAPI-contrib.xml in the OSGI-INF folder of my
project.
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.ui.web.restAPI.contrib">
<extension
target="
org.nuxeo.ecm.platform.ui.web.restAPI.service.PluggableRestletService"
point="restlets">
<restletPlugin name="updateContent"
class="com.company.rest.restAPI.UpdateContentRestlet"
enabled="true"
useSeam="true" useConversation="false">
<urlPatterns>
<urlPattern>
/{repo}/{docid}/{filename}/updateContent
</urlPattern>
</urlPatterns>
</restletPlugin>
</extension>
</component>
UpdateContentRestlet is the class in which I set the content to the
document.
I deploy my project, run Nuxeo and from an external application
(NxRestletConnector) make a request that make absolutly nothing.
8^(
I am sure I am doing anythng wrong, je je, of course, but what?, and I think
the client is not able to start my restlet.
Please help
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm