[ 
https://issues.apache.org/jira/browse/FELIX-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561745#comment-13561745
 ] 

Sahoo commented on FELIX-3852:
------------------------------

Richard,

I am getting lots of compilation errors with your patch even after I updated my 
workspace?

[ERROR] 
/space/ss141213/WS/felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleImpl.java:[340,21]
 error: no suitable constructor found for StringMap(Map,boolean)
[ERROR] constructor StringMap.StringMap(Map<? extends Object,? extends Object>) 
is not applicable
[ERROR] (actual and formal argument lists differ in length)

Do you have any other change in your workspace that's a prerequisite for using 
this patch? It seems so.

Sahoo
                
> InstallBundle throws ClassCastException: java.util.jar.Attributes$Name cannot 
> be cast to java.lang.String
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3852
>                 URL: https://issues.apache.org/jira/browse/FELIX-3852
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-4.2.0
>            Reporter: Sahoo
>            Assignee: Sahoo
>            Priority: Critical
>             Fix For: framework-4.2.0
>
>         Attachments: Felix-3852.patch, FELIX-3852-updated.txt
>
>
> Caused by: org.osgi.framework.BundleException: Could not create bundle object.
>     at org.apache.felix.framework.Felix.installBundle(Felix.java:2885)
>     at 
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
>     at 
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:138)
>     at 
> org.glassfish.extras.osgicontainer.OSGiDeployer.installBundle(OSGiDeployer.java:114)
>     ... 47 more
> Caused by: java.lang.ClassCastException: java.util.jar.Attributes$Name cannot 
> be cast to java.lang.String
>     at org.apache.felix.framework.util.StringMap.putAll(StringMap.java:89)
>     at org.apache.felix.framework.util.StringMap.<init>(StringMap.java:43)
>     at 
> org.apache.felix.framework.cache.DirectoryRevision.getManifestHeader(DirectoryRevision.java:92)
>     at 
> org.apache.felix.framework.BundleImpl.createRevision(BundleImpl.java:1188)
>     at org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:95)
>     at org.apache.felix.framework.Felix.installBundle(Felix.java:2832)
>     ... 50 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to