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
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.