microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
129 stars 76 forks source link

Is anyone able to get this project work with gremlin server with OrientDB graphs. #262

Closed rajatjain1996 closed 4 years ago

rajatjain1996 commented 4 years ago

Your issue may already be reported! Please search before creating a new one.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Snapshot Code for Reproduce

@SpringBootApplication
public class Application {
    public static void main(String... args) {
        SpringApplication.run(Application.class, args);
    }
}

Branch

Your Environment

rajatjain1996 commented 4 years ago

I am getting following error with example code Caused by: java.util.concurrent.ExecutionException: org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Vertex does not support user supplied identifier

saragluna commented 4 years ago

The same problem as #231, closing this issue.