DONE!!!

RestPack gave me the clue to do it.

Thanks for all

2007/10/30, Juan Jose Almendros <[EMAIL PROTECTED]>:
>
> 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

Reply via email to