0 Replies Latest reply on Aug 30, 2002 6:07 PM by koval

    Bean Not Found ?

    koval

      I tried to move web component from JRun server to JBoss 3.0 (EJB component was already there).

      The only part that keep failing is bean Instantiation within jsp.
      --------------------- declaration within JSP----------
      <jsp:useBean id="hotels" scope="session" type="java.util.Vector"/>
      --------------------------------

      will produce following error

      ---------------
      [org.jboss.jetty.Jetty] WARNING: Servlet Exception
      java.lang.InstantiationException: bean hotels not found within scope
      --------------------------

      Any clue Why container fails to instantiate default bean. (I'm using STRUTS but not on this particular page).