Just updated the grails plugin for Cassandra to be compatible with Cassandra 0.7. Remember folks, this isn’t a GORM module.
Pages
-
del.icio.us
-
Flickr Photos



More Photos
Tumblr- Grails 1.3.7, cobertura and zip errors August 24, 2011Grails 1.3.7, cobertura and zip errors: When turning code-coverage on for my grails app, I suddenly started getting an error when cobertura was instrumenting my classes; unable to read zip file. Found someone with similar issues here,…
- Google and Minors… what the ToS says… August 12, 2011Google and Minors… what the ToS says…: Right now I’m trying to get my son’s gmail account re-enabled, with no such luck. Google’s attempt at COPPA compliance/mitigation is not impacted by parental agreement. But in attempts to figure out…
- Small review of cloud music options July 23, 2011Small review of cloud music options: Some of you know that I’m kinda a music nut. I have a fairly eclectic music collection and love to hear it all the time. Years ago I converted my albums to FLAC and MP3, bought Cowon audiophile…
- Cloud Music June 20, 2011Random thoughts on Google and Amazon’s cloud music service. Google: I like that I can upload a bunch of songs for free, but let me do it from Linux. Updating album art is good. On my computer, playback loses the stream too often. (A few times a song, lame) Upload is slow and painful, even on full speed. Good playlist editor. Android app seems fine. Amazon: T […]
- Music while standing... May 27, 2011Its good to listen to music while using standing desks… Keeps the blood flowing. Here is what I listened to this week: Ayria, Emilie Autumn, Sarah Fimm, I:Scintilla, King Crimson and Birthday Massacre.
- Grails 1.3.7, cobertura and zip errors August 24, 2011
2 Comments
I got the latest code from the repository and ran grails run-app and I get the “No such property: log for class: codehead.CassandraService”. Is this version compatible with grails/tomcat/hibernate version 1.3.7
-Navjeet
It was never tested with grails 1.3.7, just 1.2.2.
The code will likely need updates to work with Cassandra 1.0, though it should work fine with grails 1.3.7. The specific error you are seeing is odd to me since services have log automatically injected in them. I’ve seen problems when running tests should the setup not mock the log properly. Can you past the line number where the exception was thrown? Also, include the relevant changes to the grails configuration you used?
I’ll try this weekend to get it working with both grails 1.3.7 and Cassandra 1.0.2.