Bug 963298
| Summary: | Module Service Dependencies do not take transitive dependencies into account | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brad Maxwell <bmaxwell> |
| Component: | jbossas | Assignee: | Brad Maxwell <bmaxwell> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | bmaxwell, cdewolf, hnaram, jcechace, lcosti, rdickens |
| Target Milestone: | ER3 | ||
| Target Release: | EAP 6.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
There existed an issue in JBoss EAP 6 where dependency graph resolution was not taking into account situations where the `Class-Path` specified in deployment manifests may be transitive.
This would result in a module attempting to start before all its dependencies were started, and would cause the application to fail to deploy, resulting in the following exception:
----
Caused by: org.jboss.modules.ModuleLoadException: JBAS018760: Timeout waiting for module service: deployment.example.ear.example-ejb.jar:main
...
----
To fix this issue, a multi-stage resolution process was added to make sure that all dependent module specification services have started before starting a module service.
As a result, a deployment should no longer fail where transitive dependencies are specified in its `Class-Path`.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-16 20:29:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Brad Maxwell
2013-05-15 15:29:29 UTC
Flags have been updated, so we have 6.1.1 now, so changing proposal from 6.2 to 6.1.1 since this is a bug. Verified 6.1.1.ER4 EarClassPathTransitiveClosureTestCase passed *** Bug 958849 has been marked as a duplicate of this bug. *** |