[seam-issues] [JBoss JIRA] (JBSEAM-1126) Generate-entities creates a class with the error
Marek Novotny (JIRA)
jira-events at lists.jboss.org
Mon Sep 24 17:08:34 EDT 2012
[ https://issues.jboss.org/browse/JBSEAM-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny closed JBSEAM-1126.
---------------------------------
Resolution: Out of Date
> Generate-entities creates a class with the error
> ------------------------------------------------
>
> Key: JBSEAM-1126
> URL: https://issues.jboss.org/browse/JBSEAM-1126
> Project: Seam 2
> Issue Type: Bug
> Components: Tools
> Affects Versions: 1.2.0.GA, 1.2.1.GA
> Reporter: Alex Narinsky
> Priority: Minor
> Labels: patch
> Attachments: JBSEAM-1126-v1.txt, JBSEAM-1126-v1.txt
>
>
> I am using generate-entities. Prior to version 1.2 this worked fine. Starting from version 1.2 one generated class contains the error - double definition of one "In" element.
> Please, see the text below
> @Name("moviesHome")
> public class MoviesHome extends EntityHome<Movies> {
> @In(create = true)
> ContactsHome contactsHome;
> @In(create = true)
> ProjectsHome projectsHome;
> @In(create = true)
> ContactsHome contactsHome;
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list