[
https://issues.jboss.org/browse/JBAS-8901?page=com.atlassian.jira.plugin....
]
Radai Rosenblatt commented on JBAS-8901:
----------------------------------------
the EAR I attached deploys fine on both the 6.1.0.Final release (downloaded from the jboss
AS download page) and the latest available 6.1.x snapshot (build 114 located here:
http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.1.x/114/ , which is
r112212).
I couldnt find r111882 on jenkins (it was probably deleted) and none of the other 6.1.x
nightlies produced a valid installation.
dependency injection fails when deploying large graphs of
inter-dependent EJBs
------------------------------------------------------------------------------
Key: JBAS-8901
URL:
https://issues.jboss.org/browse/JBAS-8901
Project: Legacy JBoss Application Server 6
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: EJB
Affects Versions: 6.0.0.Final
Environment: windows xp 32bit, jdk 6u23
Reporter: Radai Rosenblatt
Assignee: jaikiran pai
Fix For: 6.1.0
Attachments: ear-1.0-SNAPSHOT.ear, ear-generator.zip
i've attached a maven project that generates a random ear containing 100 EJBs that
are inter-denendent. the graph generated is directed (no loops). graph roots are
@Singleton @Startup beans that have a @PostConstruct method. in this method, they access
all of their injected @EJBs, which then do the same recursively. the ears generated deploy
fine for small cases (5 beans), but when trying to deploy a 100-bean ear several
injections fail.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira