Exception when loading a class through DynamicImport-Package
------------------------------------------------------------
Key: FELIX-606
URL: https://issues.apache.org/jira/browse/FELIX-606
Project: Felix
Issue Type: Bug
Components: Framework
Affects Versions: felix-1.0.4
Reporter: Guillaume Nodet
ERROR: Unable to dynamically import package. (java.lang.ArrayStoreException)
java.lang.ArrayStoreException
at java.lang.System.arraycopy(Native Method)
at
org.apache.felix.framework.searchpolicy.R4SearchPolicyCore.attemptDynamicImport(R4SearchPolicyCore.java:711)
at
org.apache.felix.framework.searchpolicy.R4SearchPolicyCore.searchDynamicImports(R4SearchPolicyCore.java:526)
at
org.apache.felix.framework.searchpolicy.R4SearchPolicyCore.findClassOrResource(R4SearchPolicyCore.java:480)
at
org.apache.felix.framework.searchpolicy.R4SearchPolicyCore.findClass(R4SearchPolicyCore.java:187)
at
org.apache.felix.framework.searchpolicy.R4SearchPolicy.findClass(R4SearchPolicy.java:45)
at
org.apache.felix.moduleloader.ModuleImpl.getClass(ModuleImpl.java:146)
at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:1501)
at org.apache.felix.framework.BundleImpl.loadClass(BundleImpl.java:358)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.