Spent 2 days trying to sort this out. Bloody annoying!!
This was missing :
con = DriverManager.getConnection("jdbc:oracle:thin_at_localhost:1521:test","test","test");
Should be
DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:test","test","test");
[Message sent by forum member 'cliveswan' (clive.swan_at_ntlworld.com)]
http://forums.java.net/jive/thread.jspa?messageID=391258