Tag Archives: java

Static Imports in Java

I’ve just been doing some reading up on some various Java documentation – and came across the list of new language features in Java 5 (yeah – I know, we’re at 6 now). At any rate, I came across this gem about static imports, copied verbatim from Sun’s online documentation: So when should you use [...]

Leave a comment Continue Reading →

Inserts failing on Oracle with JRuby and activerecord-jdbc

A couple weeks ago I ran into some horrible issues with Oracle and activerecord-jdbc. Inserts were failing with an “invalid column index” error. It turns out this was reported as JRUBY-2018 and resolved, but there wasn’t a release of activerecord-jdbc that contained the fix. Being impatient like I am, I grabbed the head from svn [...]

Leave a comment Continue Reading →