[
https://issues.apache.org/jira/browse/ISIS-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood resolved ISIS-481.
------------------------------
Resolution: Fixed
also fixed:
~~~
1. Hi Dan,
I'm working on rendering domain object properties.
While I was trying to go to the link
http://localhost:8080/restful/objects/TODO/L_11/properties/category
but it gave an error.
{
message: "objectAdapter must be a root adapter",
stackTrace:
[
"org.apache.isis.viewer.restfulobjects.rendering.util.OidUtils.getOidStr(OidUtils.java:52)",
"org.apache.isis.viewer.restfulobjects.rendering.util.OidUtils.getInstanceId(OidUtils.java:43)",
~~~
2.
Now I got couple off issues like above.
http://localhost:8080/restful/objects/TODO/L_11/actions/delete/invoke
Here I can't delete the entity. Instead it return a message mentioning
"message": "state is: ABORTED"
And most confusing one is this
http://localhost:8080/restful/objects/TODO/L_11/actions/duplicate/invoke
using param set
{
"description": {
"value": "Des 6"
},
"category": {
"value": "Professional"
},
"dueBy": {
"value": "20131111"
},
"cost": {
"value": "23.2"
}
}
It returned the message "message" : "Illegal pattern character 'T'",
> Quickstart RO viewer - some links are broken
> --------------------------------------------
>
> Key: ISIS-481
> URL: https://issues.apache.org/jira/browse/ISIS-481
> Project: Isis
> Issue Type: Bug
> Components: Viewer: RestfulObjects
> Affects Versions: viewer-restfulobjects-1.0.0
> Reporter: Dimuthu Upeksha
> Assignee: Dan Haywood
>
> Couple of links of Quickstart RO viewer seems to be broken.
> http://localhost:8080/restful/objects/TODO/L_11/properties/category
> http://localhost:8080/restful/objects/TODO/L_11/collections/similarItems
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira