Skip to content

Error on RemoteMutableVertex getType call. #1420

@mdre

Description

@mdre

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());

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions