Closed GoogleCodeExporter closed 8 years ago
I'll handle this one.
Original comment by smoye...@gmail.com
on 29 Feb 2012 at 3:40
This issue was closed by revision r264.
Original comment by smoye...@gmail.com
on 29 Feb 2012 at 7:42
This issue was closed by revision r265.
Original comment by smoye...@gmail.com
on 29 Feb 2012 at 7:43
This issue was closed by revision r267.
Original comment by smoye...@gmail.com
on 29 Feb 2012 at 9:13
This fix has been included on the 1.1.0-1 branch
Original comment by smoye...@gmail.com
on 29 Feb 2012 at 10:51
Issue 80 has been merged into this issue.
Original comment by smoye...@gmail.com
on 29 Feb 2012 at 10:51
Issue 82 has been merged into this issue.
Original comment by smoye...@gmail.com
on 23 Apr 2012 at 12:01
Hello,
I am now using 1.1.0-1-SNAPSHOT locally but I still receive the
"org.svenson.JSONParseException: Cannot set property digest on class
org.jcouchdb.document.Attachment" error. I have verified my Maven project is
trying to use the updated library. I haven't looked at the code specifically
that is using jcouchdb, so I am wondering if there could be something wrong in
that implementation that could still be allowing this error to occur.
Thanks.
Original comment by ngamr...@gmail.com
on 14 Jul 2013 at 6:28
HI,
I have created document with attachment, when i try to update the document. I
am getting the following exception. I am using JcouchDB api..Below is the
exception thrown
BaseDocument doc = (BaseDocument)
db.getDocument(BaseDocument.class,”image1″);
——————————————————————————��
�——————–
Exception in thread “main” org.svenson.JSONParseException: Cannot set
property digest on class org.jcouchdb.document.Attachment
at org.svenson.JSONParser.parseObjectInto(JSONParser.java:589)
at org.svenson.JSONParser.parseObjectInto(JSONParser.java:620)
at org.svenson.JSONParser.parseObjectInto(JSONParser.java:620)
at org.svenson.JSONParser.parse(JSONParser.java:391)
at org.svenson.JSONParser.parse(JSONParser.java:367)
at org.jcouchdb.db.Response.getContentAsBean(Response.java:158)
at org.jcouchdb.db.Database.getDocumentInternal(Database.java:317)
at org.jcouchdb.db.Database.findDocument(Database.java:280)
at com.demo.couch.CouchImageAttach.updateAttachment(CouchImageAttach.java:55)
at com.demo.couch.CouchImageAttach.main(CouchImageAttach.java:23)
Original comment by girish.m...@gmail.com
on 13 Dec 2013 at 7:55
Original issue reported on code.google.com by
vtchouma...@gmail.com
on 14 Jun 2011 at 10:58Attachments: