To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101626 Issue #|101626 Summary|DBA-Query: Create Query with Wizard throws an exceptio |n Component|Database access Version|1.0.0 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|oj Reported by|lla
------- Additional comments from [email protected] Thu May 7 09:14:41 +0000 2009 ------- 1. Open attached DB: 2. Query->Use Wizard to Create Query 3. Java Query Wizard opens 4. Insert all fields of the Table1 (>>) 5. next next 6. On Tab Select the search conditions choose: Fields=Table1.ID Condition=is null 7. press finish A java exception occur ======================================================= === 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java:99) at com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java:92) at com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java:52) at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method) at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:178) at $Proxy55.execute(Unknown Source) at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:745) at com.sun.star.wizards.query.QueryWizard.startQueryWizard(QueryWizard.java:162) at com.sun.star.wizards.query.CallQueryWizard$QueryWizardImplementation.trigger(CallQueryWizard.java:112) Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Double at com.sun.star.wizards.ui.FilterComponent.getFilterConditions(FilterComponent.java:344) at com.sun.star.wizards.query.QueryWizard.leaveStep(QueryWizard.java:372) at com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:351) at com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:346) at com.sun.star.wizards.query.QueryWizard.finishWizard(QueryWizard.java:305) at com.sun.star.wizards.ui.WizardDialog.finishWizard_1(WizardDialog.java:681) ... 13 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]
