To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64547 Issue #:|64547 Summary:|Base does nothing when clicking on the form wizard |finish button Component:|Database access Version:|OOo 2.0.1 Platform:|PC URL:| OS/Version:|Linux Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|none Assigned to:|dbaneedsconfirm Reported by:|0bsidian
------- Additional comments from [EMAIL PROTECTED] Thu Apr 20 02:38:20 -0700 2006 ------- When using the form wizard to create a new form, I go through the entire process successfully, until the end. Clicking on the Finish button has no effect. The wizard remains open, with the formatted form visible in the form edit window. I'm trying to use the wizard to create a form based upon a table in a MySQL 5 database using MySQL's JDBC connector. Running oobase2 from the console produces the following error when clicking on the Finish button. ======================================================= === Note: An Exception was thrown which should have === === caused a crash. I caught it. Please report this === === to openoffice.org === ======================================================= java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj.so.6.0.0) at com.sun.star.wizards.ui.event.MethodInvocation.invoke(java.lang.Object) (Unknown Source) at com.sun.star.wizards.ui.event.AbstractListener.invoke(java.lang.String, java.lang.String, java.lang.Object) (Unknown Source) at com.sun.star.wizards.ui.event.CommonListener.actionPerformed(com.sun.star.awt.ActionEvent) (Unknown Source) at VCLXWindow.WindowEventListener(VclSimpleEvent) (/usr/lib/openoffice2/program/libtk680li.so) at VCLXWindow.LinkStubWindowEventListener(void, void) (/usr/lib/openoffice2/program/libtk680li.so) at VclEventListeners.Call(VclSimpleEvent) const (/usr/lib/openoffice2/program/libvcl680li.so) at Window.CallEventListeners(unsigned long, void) (/usr/lib/openoffice2/program/libvcl680li.so) at Window.ImplCallEventListeners(unsigned long, void) (/usr/lib/openoffice2/program/libvcl680li.so) at Control.ImplCallEventListenersAndHandler(unsigned long, Link const&, void) (/usr/lib/openoffice2/program/libvcl680li.so) at Button.Click() (/usr/lib/openoffice2/program/libvcl680li.so) at PushButton.Tracking(TrackingEvent const&) (/usr/lib/openoffice2/program/libvcl680li.so) at Window.EndTracking(unsigned short) (/usr/lib/openoffice2/program/libvcl680li.so) at ._gtk_marshal_BOOLEAN__BOXED (/usr/lib/libgtk-x11-2.0.so.0.800.6) at .g_closure_invoke (/usr/lib/libgobject-2.0.so.0.800.3) at .g_signal_emit_valist (/usr/lib/libgobject-2.0.so.0.800.3) at .g_signal_emit (/usr/lib/libgobject-2.0.so.0.800.3) at .gtk_propagate_event (/usr/lib/libgtk-x11-2.0.so.0.800.6) at .gtk_main_do_event (/usr/lib/libgtk-x11-2.0.so.0.800.6) at .g_main_context_dispatch (/usr/lib/libglib-2.0.so.0.800.3) at .g_main_context_iteration (/usr/lib/libglib-2.0.so.0.800.3) at X11SalInstance.Yield(unsigned char) (/usr/lib/openoffice2/program/libvclplug_gen680li.so) at Application.Yield() (/usr/lib/openoffice2/program/libvcl680li.so) at Dialog.Execute() (/usr/lib/openoffice2/program/libvcl680li.so) at .Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call (/usr/lib/openoffice2/program/libjava_uno.so) at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) (Unknown Source) at null$Proxy74.execute() (Unknown Source) at com.sun.star.wizards.ui.UnoDialog.executeDialog(com.sun.star.awt.Rectangle) (Unknown Source) at com.sun.star.wizards.ui.UnoDialog.executeDialog(com.sun.star.uno.XInterface) (Unknown Source) at com.sun.star.wizards.form.FormWizard.startFormWizard(com.sun.star.lang.XMultiServiceFactory, com.sun.star.beans.PropertyValue[]) (Unknown Source) at com.sun.star.wizards.form.CallFormWizard$FormWizardImplementation.trigger(java.lang.String) (Unknown Source) Caused by: java.lang.IllegalAccessError: com.sun.star.wizards.form.FormDocument: com.sun.star.wizards.form.FormDocument$ControlForm.setFormProperties([Lcom.sun.star.beans.PropertyValue;Lcom.su n.star.wizards.db.CommandMetaData;)V at com.sun.star.wizards.form.FormDocument.finalizeForms(com.sun.star.wizards.form.DataEntrySetter, com.sun.star.wizards.form.FieldLinker, com.sun.star.wizards.form.FormConfiguration) (Unkno wn Source) at com.sun.star.wizards.form.FormWizard.finishWizard() (Unknown Source) at com.sun.star.wizards.ui.WizardDialog.finishWizard_1() (Unknown Source) at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj.so.6.0.0) ...30 more --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
