[ 
https://jira.nuxeo.com/browse/NXP-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=91849#comment-91849
 ] 

Stéphane Lacoin edited comment on NXP-6653 at 4/19/11 3:02 PM:
---------------------------------------------------------------

http://hg.nuxeo.org/nuxeo/nuxeo-features/log?rev=NXP-6653

      was (Author: slacoin):
    http://hg.nuxeo.org/nuxeo/nuxeo-features/rev/8cc210a7e1a5
  
> make input/output operation types being plug-able in automation
> ---------------------------------------------------------------
>
>                 Key: NXP-6653
>                 URL: https://jira.nuxeo.com/browse/NXP-6653
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Automation
>    Affects Versions: 5.4.1
>            Reporter: Stéphane Lacoin
>            Assignee: Stéphane Lacoin
>             Fix For: 5.4.2
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> In automation client and server, we need a way for plugging new types of 
> input/output. This will be achieved by contributing custom POJO marshallers 
> in client and server framework. 
> Marshallers will be referenced in json content by using a type name. A 
> typical input content will be :
> {"input":"myobject:{\"message\": \"hello world\"}","params":{},"context":{}}
> and output content :
> {
>   "entity-type": "myobject",
>   "message": "hello world"
> }
> Also, we want to be able to use references instead of inline content in input.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to