[jboss-jira] [JBoss JIRA] Created: (JBAS-4308) Seperate persistence context and Session-bean deployment to different cycles

Ron Piterman (JIRA) jira-events at lists.jboss.org
Sun Apr 8 13:08:58 EDT 2007


Seperate persistence context and Session-bean deployment to different cycles
----------------------------------------------------------------------------

                 Key: JBAS-4308
                 URL: http://jira.jboss.com/jira/browse/JBAS-4308
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Deployment services
    Affects Versions: JBossAS-4.0.5.GA
            Reporter: Ron Piterman
         Assigned To: Dimitris Andreadis
            Priority: Minor


Trying to separate an EAR into modules:

lib/persistent.jar <- includes the persistent units, references all jars including entities
module1.ejb.jar
module2.ejb.jar
...

if module1 contains both references to the PC (from session beans) and entities, deployment fails due to circular reference:

PC tries to gather entities from module1, but JBoss tries to resolve the PC refs from session beans while analysing the jar.

currently possible layout:

lib/persistent.jar
lib/module1-entities.jar
module1.jar



-- 
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 jboss-jira mailing list