You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrorEntity should be Serializable to avoid exceptions like the following in environments involving some remoting:
com.arangodb.ArangoDBException : Response: 409, Error: 1210 - unique constraint violated - in index 1355495 of type hash over ["email"]; conflicting key: 1355503 [Proxied because : Original exception caused: class java.io.NotSerializableException: com.arangodb.entity.ErrorEntity]
The text was updated successfully, but these errors were encountered:
haqer1
added a commit
to haqer1/arangodb-java-driver
that referenced
this issue
Feb 16, 2018
…essary failures in src/test/java/com/arangodb/ArangoDBTest (#197)
* Fix-up for #178.
* Allow & account for pre-existing users other than ROOT to avoid unnecessary failures in src/test/java/com/arangodb/ArangoDBTest: fixes issue #196.
* Minor tweak.
* Minor simplification in initial users loop.
ErrorEntity should be Serializable to avoid exceptions like the following in environments involving some remoting:
com.arangodb.ArangoDBException : Response: 409, Error: 1210 - unique constraint violated - in index 1355495 of type hash over ["email"]; conflicting key: 1355503 [Proxied because : Original exception caused: class java.io.NotSerializableException: com.arangodb.entity.ErrorEntity]
The text was updated successfully, but these errors were encountered: