[
https://issues.apache.org/jira/browse/FELIX-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall resolved FELIX-441.
-----------------------------------
Resolution: Fixed
There was a bug in the patch (it would throw an exception IF the bundle could
be resolved), so I fixed that and committed it. Please close this issue if
everything is ok.
> Bundle#loadClass logs a FrameworkEvent.ERROR each time a class can not be
> found
> -------------------------------------------------------------------------------
>
> Key: FELIX-441
> URL: https://issues.apache.org/jira/browse/FELIX-441
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: 1.0.0
> Reporter: Guillaume Nodet
> Assignee: Richard S. Hall
> Attachments: FELIX-441.patch
>
>
> The specs defines the behavior:
> If this bundle's state is INSTALLED, this method must attempt to resolve
> this bundle before attempting to load the class.
> If this bundle cannot be resolved, a Framework event of type Frame-
> workEvent.ERROR is fired containing a BundleException with details of the
> reason this bundle could not be resolved. This method must then throw a
> ClassNotFoundException.
> but this behavior is not the one that is implemented.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.