Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on RemoteMutableVertex getType call. #1420

Closed
mdre opened this issue Jan 10, 2024 · 1 comment
Closed

Error on RemoteMutableVertex getType call. #1420

mdre opened this issue Jan 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working fixed
Milestone

Comments

@mdre
Copy link

mdre commented Jan 10, 2024

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());
@lvca lvca self-assigned this Mar 19, 2024
@lvca lvca added this to the 24.3.1 milestone Mar 19, 2024
@lvca lvca added bug Something isn't working fixed labels Mar 19, 2024
lvca added a commit that referenced this issue Mar 19, 2024
@lvca
Copy link
Contributor

lvca commented Mar 19, 2024

Fixed! Sorry, it was super easy to fix but it took a long time.

@lvca lvca closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

2 participants