Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ArrayIndexOutOfBoundException

Status
Not open for further replies.

mmoossen

Programmer
May 29, 2002
3
CL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top