> Hi,
>
[quoted text clipped - 14 lines]
> So am I missing something here, or is Oracle really only
> supporting 1.2 for java stored procedures?
You should use a 100% Java ORDBMS. With non-Java DBMSs like Oracle, you get 'Java in the
database'. That is, these DBMSs provide their own proprietary JVM embedded in the DBMS.
You can't choose the best and most up-to-date JVM.
100% Java DBMSs provide 'the database in Java'. You can choose the best-of-breed JVM,
with the latest features and the greatest performance for any given platform. And, you
get true integration of Java stored procedures with the database engine.
For more details, see http://www.firstsql.com/javadbsynergy.shtml.

Signature
Lee Fesperman, FirstSQL, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)