[hibernate-issues] [Hibernate-JIRA] Updated: (HBX-774) ClassCastException by create/open/execute a *.hql file

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Sun Oct 28 03:57:39 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated HBX-774:
------------------------------------

    Fix Version/s: 3.2.beta12

> ClassCastException by create/open/execute a *.hql file
> ------------------------------------------------------
>
>                 Key: HBX-774
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-774
>             Project: Hibernate Tools
>          Issue Type: Bug
>          Components: consoleconfiguration, eclipse, visualizations
>    Affects Versions: 3.1.beta5, 3.1beta5a, 3.2beta6, 3.2beta7, 3.2beta8
>         Environment: 3.1.0 beta 5. Eclipse-plugin, DB: HSQLDB
>            Reporter: Damir Isanbirdin
>            Priority: Blocker
>             Fix For: 3.2.beta12
>
>   Original Estimate: 1 week
>  Remaining Estimate: 1 week
>
> !ENTRY org.eclipse.ui 4 4 2006-10-04 04:17:14.265
> !MESSAGE Unhandled event loop exception
> !ENTRY org.eclipse.ui 4 0 2006-10-04 04:17:14.265
> !MESSAGE Failed to execute runnable (java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput)
> !STACK 0
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput)
> ....
> !ENTRY org.eclipse.ui 4 4 2006-10-04 04:17:16.921
> !MESSAGE Save Failed
> !STACK 0
> java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput
> 	at org.hibernate.eclipse.hqleditor.HQLEditor.doSave(HQLEditor.java:430)
> 	at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:95)
> 	at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:116)
> 	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
> 	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
> !ENTRY org.eclipse.ui 4 4 2006-10-04 04:17:17.296
> !MESSAGE Unhandled event loop exception
> !ENTRY org.eclipse.ui 4 0 2006-10-04 04:17:17.296
> !MESSAGE Failed to execute runnable (java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput)
> !STACK 0
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput)
> 	at org.eclipse.swt.SWT.error(SWT.java:2942)
> 	at org.eclipse.swt.SWT.error(SWT.java:2865)
> 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
> 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3102)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2761)
> 	at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
> 	... 51 more
> !ENTRY org.hibernate.eclipse.console 4 150 2006-10-04 04:17:29.687
> !MESSAGE Exception while executing HQL Query
> !SUBENTRY 1 org.hibernate.eclipse.console 4 150 2006-10-04 04:17:29.703
> !MESSAGE org.hibernate.QueryException: unexpected char: ';' [select s from mapping.ScaleData s, mapping.ScalesMappingData sm, mapping.AgencyRatingData ar, mapping.AgencyData a
> where s.scaleid=sm.scale.scaleid
> and sm.agencyrating.ratingid=ar.ratingid
> and ar.agency.agencyid=a.agencyid
> and a.agencyname=: param1
> and ar.rating= :param2;]
> !STACK 0
> org.hibernate.QueryException: unexpected char: ';' [select s from mapping.ScaleData s, mapping.ScalesMappingData sm, mapping.AgencyRatingData ar, mapping.AgencyData a
> where s.scaleid=sm.scale.scaleid
> and sm.agencyrating.ratingid=ar.ratingid
> and ar.agency.agencyid=a.agencyid
> and a.agencyname=: param1
> and ar.rating= :param2;]
> 	at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:203)
> 	at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:110)
> 	at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:77)
> 	at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:56)
> 	at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:71)
> 	at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:133)
> 	at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:112)
> 	at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1586)
> 	at org.hibernate.console.HQLQueryPage.setSession(HQLQueryPage.java:77)
> 	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:292)
> 	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35)
> 	at org.hibernate.console.ConsoleConfiguration.executeHQLQuery(ConsoleConfiguration.java:287)
> 	at org.hibernate.eclipse.console.actions.ExecuteHQLAction.execute(ExecuteHQLAction.java:134)
> 	at org.hibernate.eclipse.console.actions.ExecuteHQLAction$2.run(ExecuteHQLAction.java:104)
> 	at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
> 	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
> 	...
> !ENTRY org.eclipse.ui 4 4 2006-10-04 04:17:36.171
> !MESSAGE Save Failed
> !ENTRY org.eclipse.ui 2 0 2006-10-04 04:17:36.171
> !MESSAGE Save Failed
> !STACK 0
> java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput
> 	at org.hibernate.eclipse.hqleditor.HQLEditor.doSave(HQLEditor.java:430)
> 	at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:95)
> 	at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:116)
> 	...
> !ENTRY org.eclipse.ui 4 4 2006-10-04 04:17:42.484
> !MESSAGE Save Failed
> !ENTRY org.eclipse.ui 2 0 2006-10-04 04:17:42.500
> !MESSAGE Save Failed
> !STACK 0
> java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput
> 	at org.hibernate.eclipse.hqleditor.HQLEditor.doSave(HQLEditor.java:430)
> 	at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:95)
> 	at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:116)
> 	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
> 	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
> 	at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:624)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
> 	at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:621)
> 	at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2134)
> 	...
> !ENTRY org.eclipse.ui.workbench 4 2 2006-10-04 04:17:48.78
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
> !STACK 0
> java.lang.ClassCastException: org.eclipse.ui.part.FileEditorInput
> 	at org.hibernate.eclipse.hqleditor.HQLEditor.getConsoleConfiguration(HQLEditor.java:438)
> 	at org.hibernate.eclipse.console.views.DynamicSQLPreviewView.updateText(DynamicSQLPreviewView.java:115)
> 	at org.hibernate.eclipse.console.views.DynamicSQLPreviewView.setCurrentEditor(DynamicSQLPreviewView.java:108)
> 	at org.hibernate.eclipse.console.views.DynamicSQLPreviewView.hookIntoEditor(DynamicSQLPreviewView.java:92)
> 	at org.hibernate.eclipse.console.views.DynamicSQLPreviewView.access$2(DynamicSQLPreviewView.java:85)
> 	at org.hibernate.eclipse.console.views.DynamicSQLPreviewView$1.partBroughtToTop(DynamicSQLPreviewView.java:70)
> 	at org.eclipse.ui.internal.PartListenerList2$2.run(PartListenerList2.java:83)
> 	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> 	at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:54)
> 	...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list