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

Issue while integrating DropWizard with Couchbase #12

Open
ShobhanaK opened this issue May 18, 2015 · 0 comments
Open

Issue while integrating DropWizard with Couchbase #12

ShobhanaK opened this issue May 18, 2015 · 0 comments

Comments

@ShobhanaK
Copy link

I am using "dropwizard-couchbase" dependency to integrate couchbase with dropwizard.
When I try to perform GET operation, it internally invokes "read(String id)" method from "GenericAccessorImpl" class where the method makeKey(String id) is being invoked.
Since makeKey() method appends BucketName with id (for instance, "EMPLOYEE:emp001") as "type.getSimpleName().toUpperCase() + ":" + id", GET operation returns nothing.
However I tried to update this string in DEBUG mode by removing bucketName and passing only ID (emp001), it returns the data properly from DB.
Kindly let me know if I am missing anything or anything needs to be changed.

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

1 participant