我有一个从org.ektorp.support.CouchDbDocument派生的类:Caused by: java.lang.IllegalStateException: cannot set id, id already set
at根据Ektorp文档,db.executeBulk应该同时处理文档的创建和更新。发送的对象确实设置了Id (也设
为此,我使用了,并获得了异常org.ektorp.InvalidDocumentException: Cannot resolve id accessor in class <groupId>org.ektorp</groupId> <version>1.4.4<(Documents.java:165)
我在Eclipse中通过新的 Maven集成使用Ektorp1.1(这很不错)。我正在努力寻找除了javadoc之外的好的CouchDB/Cloudant/Ektorp文档。/db/_session at org.ektorp.http.StdHttpClient.executeRequest(StdHttpClient.java:104)
我在Cloudant DB (CouchDB)中使用Ektorp executeBulk & ExecuteAllOrNothing函数对文档列表进行批量更新时遇到了一个问题。Body: at org.ektorp.http.StdResponseHandler.createDbAccessException(StdResponseHandler.java:44)
at org.ektorp.http.StdResponseHandler.error(StdResponseHandler.java:62)