[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3454) Dali validation gives error for @GeneratedValue when used with @GenericGenerator

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Thu Jan 8 01:53:04 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445641#action_12445641 ] 

Dmitry Geraskov commented on JBIDE-3454:
----------------------------------------

I am working on the issue and it is almost finished.
It required from our plugin to add recognition of @GenericGenerator annotation(I add "MySeq" to possible generator names).
Task require some refactoring and I would want to add validation to @GenericGenerator(name="MySeq" strategy="generators.MyGenerator")  validation that strategy class exists. But this is will be another issue.

So, i think yesterday or today evening I'll finish this issue.

> Dali validation gives error for @GeneratedValue when used with @GenericGenerator
> --------------------------------------------------------------------------------
>
>                 Key: JBIDE-3454
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3454
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Hibernate
>    Affects Versions: 3.0.0.cr1
>            Reporter: Bob Thule
>            Assignee: Dmitry Geraskov
>
> If you use a hibernate @GenericGenerator(name="MySeq" ...) to setup a generator and use it with @GeneratedValue(generator = "MySeq"). Eclipse Dali reports an error of 'Unresolved generator name "MySeq"' on the @GeneratedValue. Currently Dali provides no way to disable this error check. 
> Ed Sunn commented on this problem before:
> https://jira.jboss.org:8443/jira/browse/JBIDE-2244
> http://www.eclipse.org/newsportal/article.php?id=561&group=eclipse.technology.dali#561

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

        



More information about the jbosstools-issues mailing list