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

Ivo Leitão edited comment on DIRAPI-272 at 3/2/16 6:37 PM:
-----------------------------------------------------------

The new MANIFEST.MF in attach. Without this it does not work in Felix 
environment at least. As soon as I use a Filter it blows up with a 
ClassNotFoundException. I've analysed the dependencies and there is in fact a 
dependency from Filter classes that should be listed in the import package 
directives


was (Author: ivoleitao):
The new MANIFEST.MF

> Missing export package in Apache Directory LDAP API Client API
> --------------------------------------------------------------
>
>                 Key: DIRAPI-272
>                 URL: https://issues.apache.org/jira/browse/DIRAPI-272
>             Project: Directory Client API
>          Issue Type: Bug
>    Affects Versions: 1.0.0-M33
>         Environment: Linux;Felix
>            Reporter: Ivo Leitão
>              Labels: Felix, OSGI
>         Attachments: MANIFEST.MF
>
>
> There's a missing export package in api-ldap-client-api project.
> groupId: org.apache.directory.api
> artifactId: api-ldap-client-api
> I've corrected the issue locally by changing the MANIFEST.MF. Without this 
> change in a osgi environment (felix for example) when I use filters I receive 
> classnotfoundexceptions.
> I've added the following to the exported packages in the MANIFEST.MF:
> org.apache.directory.api.ldap.model.filter;version="1.0.0.M33"
> This corrected the problem for me



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to