Hi, Guys!
I have the following problem with a method that returns a String in a Session EJB: wenn I invoke that method from a JSP Page, the last line of the method is executed but I become an ArrayIndexOutOfBoundException and the execution of the JSP page seems to be interrupted. However, the problem occurs only wenn the returned String size is to long (over 2Kb or so)
Anybody knows why this occurs?
Thanx in advance
Michael
I have the following problem with a method that returns a String in a Session EJB: wenn I invoke that method from a JSP Page, the last line of the method is executed but I become an ArrayIndexOutOfBoundException and the execution of the JSP page seems to be interrupted. However, the problem occurs only wenn the returned String size is to long (over 2Kb or so)
Anybody knows why this occurs?
Thanx in advance
Michael