[
https://jira.jboss.org/jira/browse/JBCL-113?page=com.atlassian.jira.plugi...
]
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