[jboss-jira] [JBoss JIRA] (WFLY-920) Module Service Dependencies do not take transitive dependencies into account
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Wed May 15 11:31:06 EDT 2013
[ https://issues.jboss.org/browse/WFLY-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774521#comment-12774521 ]
RH Bugzilla Integration commented on WFLY-920:
----------------------------------------------
Brad Maxwell <bmaxwell at redhat.com> made a comment on [bug 963298|https://bugzilla.redhat.com/show_bug.cgi?id=963298]
Module Service Dependencies do not take transitive dependencies into account
https://issues.jboss.org/browse/WFLY-920
A ModuleLoadService has dependencies on all its dependent ModuleSpecServices, however this does not work if the ModuleSpecService has a dependency on another ModuleSpecService with export=true, as the module may attempt to load before transitive dependencies have been started.
This has caused transient failures in EarClassPathTransitiveClosureTestCase and causes "JBAS018760: Timeout waiting for module service" for a user with jars in ear/lib and many jars using Class-Path
Caused by: org.jboss.modules.ModuleLoadException: JBAS018760: Timeout waiting for module service: deployment.test.ear.lib/generated/test.jar:main
at org.jboss.as.server.moduleservice.ServiceModuleLoader$ModuleSpecLoadListener.getModuleSpec(ServiceModuleLoader.java:133) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
at org.jboss.as.server.moduleservice.ServiceModuleLoader.findModule(ServiceModuleLoader.java:174) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
> Module Service Dependencies do not take transitive dependencies into account
> ----------------------------------------------------------------------------
>
> Key: WFLY-920
> URL: https://issues.jboss.org/browse/WFLY-920
> Project: WildFly
> Issue Type: Bug
> Components: Class Loading
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 8.0.0.Alpha1
>
>
> A ModuleLoadService has dependencies on all its dependent ModuleSpecServices, however this does not work if the ModuleSpecService has a dependency on another ModuleSpecService with export=true, as the module may attempt to load before transitive dependencies have been started.
> This has caused transient failures in EarClassPathTransitiveClosureTestCase.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list