[
https://issues.apache.org/jira/browse/SLING-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559094#action_12559094
]
Felix Meschberger commented on SLING-148:
-----------------------------------------
The problem is that Rhino selects the PrintWriter.write(int) method when the
argument is numeric (which is actually correct, from a certain point of view)...
The fix is to implement a PrintWriter wrapper, which enforces string conversion.
> Mark conflicts between package imports and bootdelegation
> ---------------------------------------------------------
>
> Key: SLING-148
> URL: https://issues.apache.org/jira/browse/SLING-148
> Project: Sling
> Issue Type: Improvement
> Components: Console
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: 2.0.0
>
>
> Currently the Sling Console lists the packages exported and imported for each
> bundle on request. In case of a package listed in the
> org.osgi.framework.bootdelegation property such wiring is actually ignored
> and the parent class loader is used. This situation might be confusing as the
> results may be unexpected.
> To help in solving possible issues with this problem, wired imports which
> match any entry in the bootdelegation property should be marked to indicate
> that respective packages will be loaded from the parent class loader and not
> from the wired import.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.