[forge-dev] [JBoss JIRA] Commented: (SEAMFORGE-34) @Transactional is used by scaffold plugin while not available yet

Paul Bakker (JIRA) jira-events at lists.jboss.org
Mon Feb 14 05:48:13 EST 2011


    [ https://issues.jboss.org/browse/SEAMFORGE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581975#comment-12581975 ] 

Paul Bakker commented on SEAMFORGE-34:
--------------------------------------

I'm not sure where @Transactional should be coming from. The package import is import org.jboss.seam.persistence.transaction.Transactional, so probably it's missing the dependency to Seam3.

> @Transactional is used by scaffold plugin while not available yet
> -----------------------------------------------------------------
>
>                 Key: SEAMFORGE-34
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-34
>             Project: Seam Forge
>          Issue Type: Bug
>            Reporter: Paul Bakker
>            Priority: Minor
>
> I did the following:
> -create project
> -install jpa, jsf and cdi
> -create entity
> -install scaffold
> -scaffold from entity...
> The generated code uses @Transactional which is not available on the project yet. The scaffold plugin should check this and add missing facets.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list