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

Richard S. Hall closed FELIX-195.
---------------------------------


> Spelling error in eventadmin/pom.xml
> ------------------------------------
>
>                 Key: FELIX-195
>                 URL: https://issues.apache.org/jira/browse/FELIX-195
>             Project: Felix
>          Issue Type: Bug
>          Components: Event Admin
>    Affects Versions: 0.8.0, 1.0.0
>         Environment: Trunk at Rev. 498996
>            Reporter: Felix Meschberger
>         Assigned To: Karl Pauls
>
> In the org.apache.felix.eventadmin pom.xml file, the DynamicImport-Package 
> header is misspelled as Dynamic-ImportPackage. This leads to the problem, 
> that eventadmin cannot log to a LogService -. worse even, trying to log 
> throws a ClassDefNotFoundError, which prevents event admin from working 
> altogether.
> Here's the diff from within the eventadmin folder (Copy-Pasting for 
> simplicity reasons) :
> Index: pom.xml
> ===================================================================
> --- pom.xml     (Revision 498996)
> +++ pom.xml     (Arbeitskopie)
> @@ -37,9 +37,9 @@
>             <Bundle-Activator>
>                ${pom.artifactId}.impl.Activator
>              </Bundle-Activator>
> -            <Dynamic-ImportPackage>
> +            <DynamicImport-Package>
>                org.osgi.service.log
> -            </Dynamic-ImportPackage>
> +            </DynamicImport-Package>
>              <Import-Package>!org.osgi.service.log,*</Import-Package>
>              <Export-Package>org.osgi.service.event</Export-Package>
>              
> <Private-Package>org.apache.felix.eventadmin.impl.*</Private-Package>

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

Reply via email to