I've seen some Index out of bounds errors recently that have had to do with
parsing of URI's to determine which "module" is being accessed.

Can you try making your app the 'default web application' for your
container (i.e., not in a module) and see if this solves the problem? Also,
since this processing had changed a number of times in recent nightly
builds, it may be worth either checking the 1.1b2 release or a more recent
nightly build - depending on which version you're using.

But I also really like Rob's suggestion below - isolating a JUnit/Cactus
test that can create the problem would isolate it pretty quickly.

Best of luck -

Kevin




Robert Leland <[EMAIL PROTECTED]> on 11/15/2002 11:35:02 AM

Please respond to "Struts Users Mailing List"
       <[EMAIL PROTECTED]>

To:    Struts Users Mailing List <[EMAIL PROTECTED]>
cc:     (bcc: Kevin Bedell/Systems/USHO/SunLife)
Subject:    Re: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1


Jim Krygowski wrote:
> That leads me to believe that something funny is happening to my
ActionForm
> somewhere in the Struts code.  Has anyone else seen this?? I have three
> developers who came across this error independently so I have to imagine
> that some of you out there bumped into it too when you moved up to JDK
> 1.4.1.


If you can package your code into a --bare-- minimal cactus/junit test
that can reproduce the problem then you'll be
able to get other eyes on the problem.

Also including your Introspection code that worked correctly would help.

And just for fun did it work with Struts 1.0.2 ?
If it does work correctly then it might be usefull to determine
which version of BeanUtil it was broken in.

But again file a bug report with a small junit test that demonstrates
the problem.

-Rob


--
To unsubscribe, e-mail:   <
mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <
mailto:struts-user-help@;jakarta.apache.org>







---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---------------------------------------------------------------------------



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to