5 Replies Latest reply on Oct 11, 2002 12:26 PM by mredeker

    NullPointerException in session.setAttribute()

    mredeker

      We are currently using JBoss2.4.2_Jetty3.1.7 and everything works. But in JBoss2.4.4_Jetty4.0.4 and also the current JBoss3.0.3 (I don't know the integrated Jetty version) we get a NPE when setting an attribute into the web session when another attribute with the same name exists.

      Following the servlet specification the old value just has to be replaced with the new one. But we receive a NPE.

      Any help is appreciated

      --Marcus