Gil - 2006-05-05

When a do
pldoc -url jdbc:oracle:thin:@localhost:1521:xxx -user xxx -password xxx -sql PK.OBJECT a receive the following error:

Exception in thread "main" java.lang.NoSuchMethodError: sqlj.runtime.ExecutionContext$OracleContext.isNew()Z
        at net.sourceforge.pldoc.DbmsMetadata.getDdl(DbmsMetadata.java:72)
        at net.sourceforge.pldoc.PLDoc.run(PLDoc.java:207)
        at net.sourceforge.pldoc.PLDoc.main(PLDoc.java:86)

My ORACLE_HOME is setted properly and all jars in the classpath exists.

I'm using Oracle 9.
Tks.