[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-687) Exception QuerySyntaxError not really serializable
Steve Ebersole (JIRA)
noreply at atlassian.com
Mon Mar 21 13:01:01 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole closed HHH-687.
------------------------------
Closing stale resolved issues
> Exception QuerySyntaxError not really serializable
> --------------------------------------------------
>
> Key: HHH-687
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-687
> Project: Hibernate Core
> Issue Type: Bug
> Affects Versions: 3.0.5
> Environment: Hibernate 3.0.5
> Reporter: Roberto Italia
> Assignee: Steve Ebersole
> Priority: Minor
> Fix For: 3.2.0.alpha1
>
>
> I have a QuerySyntaxError Exception which has a MismatchedTokenException (from antlr) as cause. The field token of the MismatchedTokenException points to a HqlToken, which descends from antlr.CommonToken. The latter is not serializable, so also HqlToken is not. As a result, the QuerySyntaxError cannot be serialized.
> I'm not sure, whether you (by making a HqlToken serializable some how) or antlr (by making CommonToken or Token serializable) should fix it.
--
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