You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Manuel Innerhofer (JIRA)" <ji...@apache.org> on 2009/12/14 16:58:18 UTC

[jira] Created: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

provide a jax-rs method to POST infoDiscoBits in platform.content
-----------------------------------------------------------------

                 Key: CLEREZZA-26
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Manuel Innerhofer




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Innerhofer resolved CLEREZZA-26.
---------------------------------------

    Resolution: Fixed

> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Innerhofer reassigned CLEREZZA-26:
-----------------------------------------

    Assignee: Manuel Innerhofer

> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791245#action_12791245 ] 

Reto Bachmann-Gmür commented on CLEREZZA-26:
--------------------------------------------

Ok changed the comment trying to more accuratedly describe what the method does. However I don't understand why this method shall only support creating of new InfoDiscoBit and not updating existing ones.

Checking if the resource has any property isn't an appropriate way to check for "existence" of the resource, if you want to make sure nobody has ever talked about this resource you must also make sure its not the object of any statement. But here it would probably be enough to check that there is no rdf:type property of the resource.

> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reopened CLEREZZA-26:
----------------------------------------


> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Innerhofer closed CLEREZZA-26.
-------------------------------------

    Resolution: Fixed

> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reopened CLEREZZA-26:
----------------------------------------


- ContentManager: I'd suggest to name it ContentPostSupport
- The comment of postContent talks about query parameter while it expects form-fields
- The bad-request response could contain an explanatory entity
- please review comments, what happens when the specified resource already exists? an HTTP-Created response seems unappriate in this case

> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLEREZZA-26) provide a jax-rs method to POST infoDiscoBits in platform.content

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Innerhofer resolved CLEREZZA-26.
---------------------------------------

    Resolution: Fixed

> provide a jax-rs method to POST infoDiscoBits in platform.content
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-26
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-26
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.