GENERATED_KEYS is an unsupported JDBC feature in oracle. oracle.jdbc.OracleDriver works with java.sql.Statement.execute(String sql), but would instead throw exception with java.sql.Statement.execute(String sql, int autoGeneratedKeys) , and unfortunately that's used in com.noelios.restlet.ext.jdbc.JdbcClientHelper line 421.
My config: Oracle XE v3, jdk 1.6.0_02, ojdbc6.jar. Pls help and thx Andrew Leung ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2085182

