0 Replies Latest reply on Jul 14, 2012 10:55 PM by sunilgiri

    Invoke EJB3 deployed on JbossAS7.1 from oracle 11g stored procedure

    sunilgiri

      On invoking EJB3 remotely from an Oracle 11g stored procedure it gives the following error message.

       

      "java.lang.UnsupportedClassVersionError": Bad version number in .class file.

       

      Oracle 11g runs JVM1.5 and it cause the error.

       

      Is there any way to use Jdk1.5 client to look up an EJB3 deployed in JbossAS7.1?