> I'm just trying a simple Scala DSL using intelli. Just a little suggestion from me. If you plan to play around with Scala DSL, create small Maven project and always verify Scala errors generated by IntelliJ by executing 'mvn clean compile'. IntelliJ Scala plugin sometimes gets confused for some reason and produces false compilation errors. Maven always tells you the compilation truth :) .
-- Henryk Konsek http://henryk-konsek.blogspot.com