[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1791) Bootstrap should be initialized using bootstrap.deployResourceBases instead of bootstrap.deployResourceBase

Chris Rudd (JIRA) jira-events at lists.jboss.org
Sun Aug 12 23:10:18 EDT 2007


Bootstrap should be initialized using bootstrap.deployResourceBases instead of bootstrap.deployResourceBase
-----------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-1791
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1791
             Project: JBoss Seam
          Issue Type: Bug
          Components: Test Harness
    Affects Versions: 2.0.0.BETA1
            Reporter: Chris Rudd


I am currently working on projects that contain multiple Seam EJB jars and multiple Seam Pojo jars. When the test harness uses the deployResourceBase (singular) the first jar that is found with the resource is the only one deployed. This creates a problem when there are multiple seam jars.

Please change the code to call deployResourceBases (plural) so that all jars containing the resource will be deployed.

Affects BaseSeamTest.startJbossEmbeddedIfNeccisary (2.0.0.BETA1) or EmbeddedBootstrap.startAndDeployResources (CVS HEAD)

-- 
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