[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-1434) 5.0.0CR1: EJB refs across EARs don't work
Juergen Zimmermann (JIRA)
jira-events at lists.jboss.org
Sun Dec 28 23:49:54 EST 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Juergen Zimmermann resolved EJBTHREE-1434.
------------------------------------------
Resolution: Rejected
ejb-jar.xml has to be extended for the 2nd ear so that the beans of the 1st ear are declared by using the tags ejb-name and ejb-class
> 5.0.0CR1: EJB refs across EARs don't work
> -----------------------------------------
>
> Key: EJBTHREE-1434
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1434
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: AS 5.0.0.CR1
> Environment: JBoss 5.0.0.CR1, JDK 6u10beta
> Reporter: Juergen Zimmermann
> Assignee: Andrew Lee Rubinger
> Attachments: hska.ear.zip, src.zip, testHska.ear.zip
>
>
> I'm having 2 different EARs and stateless session beans of the 2nd EAR are referencing stateless session beans of the 1st ear. It worked fine with 4.2.2
> I'll attach a stripped down testcase:
> * src.zip: source of projects for Eclipse w/ JBoss Tools
> * hska.ear.zip: exploded EAR 1 (and zipped for transferring)
> * testHska.ear.zip: exploded EAR 1 (and zipped for transferring)
> src.zip:
> * hska is the 1st EAR project
> * hskaEJB contains the ejb module for hska
> * testHska is the EAR project for the 2nd EAR
> * testHskaEJB is the ejb module for testHska and references a SLSB of hskaEJB
> * testHskaClient is an application client module for testHska using JUnit
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list