Hi,

I've been searching through the archives and I can't seem to find an
answer to this question.  I just upgraded to Tomcat 3.2.1 from Tomcat
3.1.1.   Everything was working fine.  Now when I try to access my
application I get the following error:



javax.servlet.ServletException:  Cannot create bean of class
com.cisco.gseit.webportal.UserLoginMI
        at
jsp._0002fjsp_0002fansportal_0005fLoginProcess_0002ejspansportal_0005fLoginProcess_jsp_0._jspService(_0002fjsp_0002fansportal_0005fLoginProcess_0002ejspansportal_0005fLoginProcess_jsp_0.java:102)

        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)



The JSP file has the following tag:

<jsp:useBean class="com.company.UserLoginMI" id="myDBBean"
scope="request" >
     <jsp:setProperty  name="myDBBean" property="*" />
</jsp:useBean>

I've verified UserLoginMI has a constructor with no arguements.   It
worked in 3.1.1.  Is this a known bug?

Take Care
Jason Kary




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to