DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16678>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16678 When used Lookupdispatch i get HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION Summary: When used Lookupdispatch i get HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION Product: Struts Version: Nightly Build Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Standard Actions AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Used LookupDispatchAction and love, but I ran into a this problem > In the example, > The three actions were > 1) populating the form with key > e.g. /edit.do?submit=init&key=10 > 2) Editing the record > 3) Deleting record > > Everything works beautifully until you try and mess the query string > for e.g /edit.do?submit=initchanged&key=10 > there is no mapping for initx, hence there is no method name and null is > passed into the > return dispatchMethod(mapping, form, request, response, methodName) > which finally calls getMethod(String name, Class[] parameterTypes) > The end result is that application shuts down with VM error > -------------------HotSpot Error message------------------------------------ > # > # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Error ID: 4F533F57494E13120E43505002D4 > # > Resin 2.0.5 (built Fri Jan 11 08:29:05 PST 2002) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]