BaseUser class from ftpserver-core bundle can't be used in other bundles in an
OSGi environment
-----------------------------------------------------------------------------------------------
Key: FTPSERVER-336
URL: https://issues.apache.org/jira/browse/FTPSERVER-336
Project: FtpServer
Issue Type: Bug
Components: Core
Affects Versions: 1.0.3
Environment: Eclipse Equinox
Reporter: Bernd Hofmann
Hallo,
In an OSGi environment the BaseUser class can't be used in other bundles (like
in the examples on the ftpserver's homepage) as the ftpserver-core MANIFEST.MF
excludes the class' package from export:
Private-Package: ...,org.apache.ftpserver.usermanager.impl, ...
There is no way to add users programmatically (or I couldn't find another one
than the one in the example :-)
Best regards,
Bernd
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.