Samuel Bratton created ARIES-1451:
-------------------------------------
Summary: BundleResourceInstaller.installBundle() throws
IllegalAccessException
Key: ARIES-1451
URL: https://issues.apache.org/jira/browse/ARIES-1451
Project: Aries
Issue Type: Bug
Components: Subsystem
Affects Versions: subsystem-core-2.0.4
Environment: Any
Reporter: Samuel Bratton
Exception in BundleResourceInstaller.installBundle() invoking getContent() on
the RespositoryContent resource being installed. Problem occurs if the
RespositoryContent implementation type is not of visibility "public" (even
though the getContent() method itself is public):
java.lang.IllegalAccessException: Class
org.apache.aries.subsystem.core.internal.BundleResourceInstaller can not access
a member of class
org.apache.aries.subsystem.itests.defect.AriesReflectionTest$PrivateRepositoryContent
with modifiers "public"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)