[jboss-jira] [JBoss JIRA] Commented: (JBCL-113) RequirementDependencyItems can only resolve againt INSTALLED contexts
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Tue Sep 1 14:57:23 EDT 2009
[ https://jira.jboss.org/jira/browse/JBCL-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12484010#action_12484010 ]
Thomas Diesler commented on JBCL-113:
-------------------------------------
The javadoc reads
/**
* Create a new RequirementDependencyItem.
*
* @param module the module
* @param requirement the requirement
* @param state when the dependency is required and the state of the required dependency
* @throws IllegalArgumentException for a null parameter
*/
I propose this change
super(module != null ? module.getContextName() : null, null, state, state)
> RequirementDependencyItems can only resolve againt INSTALLED contexts
> ---------------------------------------------------------------------
>
> Key: JBCL-113
> URL: https://jira.jboss.org/jira/browse/JBCL-113
> Project: JBoss ClassLoader
> Issue Type: Bug
> Components: ClassLoader
> Reporter: Thomas Diesler
> Fix For: JBossCL.2.0.7.GA
>
>
> public RequirementDependencyItem(Module module, Requirement requirement, ControllerState state)
> {
> super(module != null ? module.getContextName() : null, null, state, ControllerState.INSTALLED)
--
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