ofx4j
ofx4j copied to clipboard
OSGi bundle exports a conflicting package
net.n3.nanoxml
is already exported by nanoxml bundle. Overlapping packages like this doesn't work in OSGi. I understand the motivation behind this workaround, but it prevents OSGi users from using the library (amongst other things).
Thanks for the report.
A few other alternatives I can think of:
- Get the NanoXML developers to cut a release with
net.n3.nanoxml.CDATAReader
,net.n3.nanoxml.ContentReader
, and ``net.n3.nanoxml.XMLUtilBackdoor asprotected
instead of package-private. - Repackage the entire NanoXML library into ofx4j.