nlight-jdev / jcouchdb

Automatically exported from code.google.com/p/jcouchdb
Other
0 stars 0 forks source link

CouchDB maven version 1.1 #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey,

I try to use jcouddb to get views but when i try the example i have the 
exception

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:617)
    at org.svenson.JSONParser.parseObjectInto(JSONParser.java:617)
    at org.svenson.JSONParser.parse(JSONParser.java:396)
    at org.svenson.JSONParser.parse(JSONParser.java:372)

This bug is the problem of attachement property, it is correct in version 
1.1 but i use maven repositery, which version is 1.0.1.1.
Do you now how to correct this trouble.

Friendly Olivier

Original issue reported on code.google.com by thiebaut...@gmail.com on 4 Feb 2014 at 4:25