[jboss-jira] [JBoss JIRA] Resolved: (JBAS-4205) Nested DataSource fails to deploy before ejbs
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Wed Mar 21 05:37:57 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4205?page=all ]
Scott M Stark resolved JBAS-4205.
---------------------------------
Resolution: Done
This particular issue has been resolved for the case of beans declaring a dependcy on the ds. There is still additional refactoring of the ejb deployer needed to properly handle bean to bean dependencies. See the following TODO in org.jboss.ejb.deployers.EjbDeployer
/* TODO: this is too coarse as bean to bean depends are being pulled up to the module level
and an ejb module cannot depend on the beans it creates. The ejb deployer needs to
be refactored into a component based deployer.
*/
> Nested DataSource fails to deploy before ejbs
> ---------------------------------------------
>
> Key: JBAS-4205
> URL: http://jira.jboss.com/jira/browse/JBAS-4205
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Deployment services, EJB2
> Reporter: Scott M Stark
> Assigned To: Scott M Stark
> Fix For: JBossAS-5.0.0.Beta2
>
>
> The org.jboss.test.deadlock.test.BeanStressTestCase is failing because the included deadlock-ds.xml is not being deployed before the ejbs, even when the ejbs declare a dependency on "jboss.jca:service=LocalTxCM,name=DeadlockDS".
--
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