ClassCastException in Permissions class
---------------------------------------

                 Key: FELIX-3101
                 URL: https://issues.apache.org/jira/browse/FELIX-3101
             Project: Felix
          Issue Type: Bug
          Components: Conditional Permission Admin
    Affects Versions: framework.security-1.4.1
         Environment: mika with maximum java heap size of 10M
            Reporter: Andie Similon


In the cleanUp function of Permission.java we get a ClassCastException. It 
tries casting a SoftReference to Entry.

We currently did a dirty fix where we first check if the object from the 
ReferenceQueue is a Entry object or not before we cast it.

Any idea what the cause is?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to