ArcadeDB Version:
23.12.2
OS and JDK Version:
Running on Linux 6.5.0-14-generic - OpenJDK 64-Bit Server VM 17.0.9
Expected behavior
Get the document type
Actual behavior
Exception in thread "main" java.lang.UnsupportedOperationException: Schema API are not supported in remote database
at com.arcadedb.remote.RemoteMutableVertex.getType(RemoteMutableVertex.java:116)
at test.DirectConnect.testInicial(DirectConnect.java:90)
Steps to reproduce
RemoteMutableVertex nvSaved = db.newVertex("SimpleVertex");
nvSaved.set("s", UUID.randomUUID().toString());
nvSaved.save();
System.out.println("type: "+nvSaved.getType());
ArcadeDB Version:
23.12.2OS and JDK Version:
Running on Linux 6.5.0-14-generic - OpenJDK 64-Bit Server VM 17.0.9Expected behavior
Get the document type
Actual behavior
Steps to reproduce