[
https://issues.apache.org/jira/browse/KARAF-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088881#comment-15088881
]
ASF subversion and git services commented on KARAF-4166:
--------------------------------------------------------
Commit b2ec798b3fcdef6bd8183db7fc6c83da4f7e6c6d in karaf's branch
refs/heads/karaf-3.0.x from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=b2ec798 ]
KARAF-4166 - Introduce karaf.lock.exclusive property to prevent slave instance
to start
> Add karaf.lock.exclusive property to prevent a slave instance to start
> ----------------------------------------------------------------------
>
> Key: KARAF-4166
> URL: https://issues.apache.org/jira/browse/KARAF-4166
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-core
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.6, 4.0.4
>
>
> By default, a Karaf slave instance starts to be able to "pre-install" bundle
> there.
> We can enhance the SimpleLockFile (controled a karaf.lock.exclusive property)
> like this:
> {code}
> boolean lock() throws Exception {
> boolean locked = super.lock();
> if (!locked) throw new RuntimeException("startup aborted");
> return true;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)