[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1434) 5.0.0CR1: EJB refs across EARs don't work

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Wed Jul 9 11:24:27 EDT 2008


5.0.0CR1: EJB refs across EARs don't work
-----------------------------------------

                 Key: EJBTHREE-1434
                 URL: http://jira.jboss.com/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


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