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

UUID not supported in automated mapping #94

Closed
rafaroca opened this issue Jul 26, 2012 · 2 comments
Closed

UUID not supported in automated mapping #94

rafaroca opened this issue Jul 26, 2012 · 2 comments

Comments

@rafaroca
Copy link

I was trying to automatically map an entity with a UUID as row key

public class User {

    @Id("id")
    UUID id;
    @Column("email")
    String email;
}

which results in

java.lang.UnsupportedOperationException
    at com.netflix.astyanax.mapping.Coercions.setColumnMutationFromField(Coercions.java:80)
    at com.netflix.astyanax.mapping.Mapping.fillMutation(Mapping.java:195)

Astyanax Version 1.0.3

@nimahajan
Copy link

I am using 1.0.6 and having this issue. Is there any workaround till fix is available?

@elandau
Copy link
Contributor

elandau commented Nov 15, 2012

Dup of #95

@elandau elandau closed this as completed Nov 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants