Configuration Admin does not work on Foundation 1.2 and Mika
------------------------------------------------------------
Key: FELIX-2771
URL: https://issues.apache.org/jira/browse/FELIX-2771
Project: Felix
Issue Type: Bug
Components: Configuration Admin
Affects Versions: configadmin-1.2.8
Reporter: Clement Escoffier
Priority: Minor
The configuration admin implementation uses classes and methods not available
in Foundation and/or Mika.
In Foundation:
The method getCause() is undefined for the type PrivilegedActionException
The method valueOf(String) in the type Boolean does not exist for the arguments
(boolean)
On Mika, the SecureRandom class is not available:
couldn't find a SecureRandom
at java.security.SecureRandom.<init>(SecureRandom.java:78)
at
org.apache.felix.cm.impl.ConfigurationManager.createPid(ConfigurationManager.java:870)
at
org.apache.felix.cm.impl.ConfigurationManager.createFactoryConfiguration(ConfigurationManager.java:450)
at
org.apache.felix.cm.impl.ConfigurationAdminImpl.createFactoryConfiguration(ConfigurationAdminImpl.java:84)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.