-
Notifications
You must be signed in to change notification settings - Fork 92
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
cannot find symbol [ERROR] symbol: method withStatementCache(info.archinnov.achilles.internals.cache.StatementsCache #337
Comments
Which version of Achilles are you using ? |
I'm using the latest, 6.0.0 |
I just upgraded KillrChat the test project for Achilles to version 6.0.0 and it just compiles fine: https://github.com/doanduyhai/killrchat/blob/AchillesDemo/src/test/java/com/datastax/demo/killrchat/service/ChatRoomServiceTest.java#L49 I think you have a IDE cache/refresh issue with your code. Try to do a |
Still having the same issue after clean. Here is a snippet of my pom.xml
|
|
Thanks for the tip.
|
The command I don't know how you configured your pom.xml but I think the bug is probably a configuration issue If |
Any fix for this? |
Does |
Hello,
I'm using JUnit and achilles-junit:
And I'm getting the error:
Without
.withStatementCache(statementsCache)
seems to work fine.The text was updated successfully, but these errors were encountered: