You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Mike Moulton (JIRA)" <ji...@apache.org> on 2010/04/27 23:02:32 UTC

[jira] Updated: (SLING-1507) Unable to change the Jackrabbit RMI port via Karaf config/provisioning mechanism

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

Mike Moulton updated SLING-1507:
--------------------------------

    Attachment: RmiRegistrationSupport.patch

This patch removes the assumption that the configured value is a Number. Instead it will try to cast the .toString() value of the Object to an Integer. If this succeeds than it will use the value, otherwise it will default to 0 as in the past.

> Unable to change the Jackrabbit RMI port via Karaf config/provisioning mechanism
> --------------------------------------------------------------------------------
>
>                 Key: SLING-1507
>                 URL: https://issues.apache.org/jira/browse/SLING-1507
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>            Reporter: Mike Moulton
>            Priority: Minor
>         Attachments: RmiRegistrationSupport.patch
>
>
> The RmiRegistrationSupport class does not play nicely with Karaf's configuration services preventing you from changing the RMI port via an etc/org.apache.sling.jcr.jackrabbit.server.RmiRegistrationSupport.cfg file.

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