0 Replies Latest reply on Mar 22, 2005 9:17 PM by keanthian

    Is JBoss working with IBM JDK1.4?

    keanthian

      hi all,
      I would like to ask, is JBoss working in IBM JDK 1.4?
      I have developed my application under Sun JDK 1.4.2 and deployed it into AIX machine which is using IBM JDK 1.4.

      Initially, I hit a problem when trying to assgin object into session
      request.getSession().setAttribute(myKey,myObject);

      The exception returned was : java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute.
      I solve this problem by making my object serializable, but this is not required with Sun JDK. Will this cause any problem in future?

      Please advice...thanks.