[ 
https://issues.apache.org/jira/browse/GORA-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991766#comment-12991766
 ] 

Enis Soztutar commented on GORA-22:
-----------------------------------

Alexis, I think the issue is that you use different versions of the jar in 
maven and ivy. As you can see even the groupid's are different. The 
corresponding tags in ivy are groupId => org, artifactId => name, version => 
rev, and scope=> conf. You can use every maven dependency in exactly the same 
configuration in ivy.  

so if the above maven dependency works, you can try 
<dependency org="me.prettyprint" name="hector" rev="0.7.0-23" />

Julien, the issue with current Cassandra client is that multithreaded execution 
is causing some weird exceptions, but we weren't able to dig down much further. 
Maybe with this patch we can test more.  

> Upgrade cassandra backend to cassandra 0.7
> ------------------------------------------
>
>                 Key: GORA-22
>                 URL: https://issues.apache.org/jira/browse/GORA-22
>             Project: Gora
>          Issue Type: Improvement
>          Components: storage
>    Affects Versions: 0.2-incubating
>            Reporter: Julien Nioche
>             Fix For: 0.2-incubating
>
>         Attachments: gora-cassandra-mapping.xml, gora.patch
>
>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to