You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2010/09/10 17:54:33 UTC

[jira] Resolved: (BEANUTILS-378) BeanMap does not work in osgi class not found org.apache.commons.collections.Transformer

     [ https://issues.apache.org/jira/browse/BEANUTILS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton resolved BEANUTILS-378.
---------------------------------------

    Fix Version/s: 1.8.4
       Resolution: Fixed

I fixed BEANUTILS-379 removing the copied classes and I believe this has fixed this issue. Below is whats now being generated

http://svn.apache.org/viewvc?view=revision&revision=995833

{code}
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.6.0_21 (Sun Microsystems Inc.)
Built-By: pemben
Build-Jdk: 1.6.0_21
Implementation-Title: Commons BeanUtils
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.8.4-SNAPSHOT
Specification-Title: Commons BeanUtils
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.8.4-SNAPSHOT
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3
Export-Package: org.apache.commons.beanutils.locale.converters;version
 ="1.8.4.SNAPSHOT",org.apache.commons.beanutils;version="1.8.4.SNAPSHO
 T",org.apache.commons.beanutils.converters;version="1.8.4.SNAPSHOT",o
 rg.apache.commons.beanutils.expression;version="1.8.4.SNAPSHOT",org.a
 pache.commons.beanutils.locale;version="1.8.4.SNAPSHOT"
Tool: Bnd-0.0.255
Bundle-Name: Commons BeanUtils
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 1.8.4.SNAPSHOT
Bnd-LastModified: 1284129531905
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: BeanUtils provides an easy-to-use but flexible wra
 pper around reflection and introspection.
Import-Package: org.apache.commons.collections,org.apache.commons.coll
 ections.comparators,org.apache.commons.collections.keyvalue,org.apach
 e.commons.collections.list,org.apache.commons.collections.set,org.apa
 che.commons.logging
Bundle-SymbolicName: org.apache.commons.beanutils
Bundle-DocURL: http://commons.apache.org/beanutils/
{code}

> BeanMap does not work in osgi class not found org.apache.commons.collections.Transformer
> ----------------------------------------------------------------------------------------
>
>                 Key: BEANUTILS-378
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-378
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>    Affects Versions: 1.8.3
>            Reporter: Christian Schneider
>             Fix For: 1.8.4
>
>
> BeanMap needs org.apache.commons.collections.Transformer.
> So beanutils should import the package org.apache.commons.collections in the Manifest

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.