1 Reply Latest reply on Feb 23, 2004 10:34 AM by spohl

    Is there a maximum number of methods for EJBs?

    hakanberlin

      I don' t understand the world anymore.

      I have a session bean with some entity beans behind.

      I access my session bean from a JSP. There was no problem til now.

      Now, every new method that I implement in the session bean throws an exception. The Remote Method of the session bean can't be invoked I guess and the whole jsp page crashes. here is the error message:

      org.apache.jasper.JasperException: de.fhg.fokus.portaloss.cscm.Cscm.makeTest(ILjava/lang/String;)Z
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
      ....


      But how can it be, that only those methods, that I newly implement can't be called all my older methods can be called.

      So I tested a few things, but it is so unlogical.
      perhaps is there something like a maximum number of methods in a session bean????

      My first 40 methods are ok. the last three can't even be invoked from the JSP. I don't have another idea than a "maximum number of methods".

      Can anyone help me???
      Thank you very much