[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1195) enforce startup dependency of EntityManagerFactory on Ejb

Gavin King (JIRA) jira-events at lists.jboss.org
Tue May 8 11:48:52 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1195?page=all ]

Gavin King closed JBSEAM-1195.
------------------------------

    Fix Version/s: 1.3.0.BETA1
       Resolution: Done

He's right, I made that change. Matt, please test, thanks.

> enforce startup dependency of EntityManagerFactory on Ejb
> ---------------------------------------------------------
>
>                 Key: JBSEAM-1195
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1195
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2.1.GA
>            Reporter: Matt Drees
>         Assigned To: Gavin King
>             Fix For: 1.3.0.BETA1
>
>         Attachments: ConfigTest.java, MockServletContextReplacement.java, SeamTestReplacement.java
>
>
> A war project created by seam gen uses an EntityManagerFactory component.  Integration tests using the Embedded EJB container work because the Ejb component starts before the EMF component, but this is by chance only.  If the EMF component starts before the Ejb component, it fails.  This has been experienced when trying to run a war project on Tomcat.
> I'll attach a test that shows this.
> I believe the solution would be to add "org.jboss.seam.core.ejb" to the depends list of EntityManagerFactory's @Startup annotation.

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

        



More information about the seam-issues mailing list