I've spent months looking at alternatives to Java in order to improve productivity and quality. I've looked at dynamic languages like Groovy and Ruby, through Scheme and Scala to strongly typed functional languages like OCaml and Haskell.
At the end of this search, I've concluded that whilst many offer productivity improvements over Java to skilled programmers, that in itself is not a good enough reason to usurp Java from its throne.
Java is very accessible to lesser skilled programmers who find comfort and safety in acres of boilerplate and is therefore well suited to ongoing maintenance by cheaper (often offshored) resources. Smaller shops with small teams will undoubtedly get benefits from using something more productive, like Scala, but that isn't necessarily where the critical mass of users are.
If I were forced to choose a successor, it would be Haskell not because of any productivity benefit but because of the strictness of the type system and the benefits that it brings to code quality. This could improve quality by reducing test cycles and ongoing maintenance which ultimately are bigger benefits than reducing the time to throw together code in the first place. This isn't going to happen any time soon though because Haskell won't be able to efficiently target the JVM until at least JDK 8 when tail call optimisation is supported in the JVM. My fear is that Haskell, in its current form, is just too hard for many programmers and so unless productivity can be clearly demonstrated to be significantly better than the current Java armies, there is little chance of widespread adoption.