SimpleProvider in appserver example 'loses' updated entries
-----------------------------------------------------------
Key: ABDERA-71
URL: https://issues.apache.org/jira/browse/ABDERA-71
Project: Abdera
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: David Illsley
updateEntry in SimpleProvider [1]in the 0.3.0 RC updates the id of the entry
it stores with a new UUID:
entry.getIdElement().setValue(factory.newUuidUri());
and then 204s. This means that the edited entry is being stored with an ID that
the client has no way of knowing, hence the entry is effectively lost.
[1]
http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/examples/src/main/java/org/apache/abdera/examples/appserver/SimpleProvider.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.