[ https://issues.apache.org/jira/browse/KARAF-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Nodet resolved KARAF-54. ---------------------------------- Assignee: Guillaume Nodet Fix Version/s: 2.0.0 Resolution: Fixed Committing to https://svn.apache.org/repos/asf/karaf/trunk ... M admin/command/src/main/java/org/apache/karaf/admin/main/Execute.java M admin/command/src/test/java/org/apache/karaf/admin/main/ExecuteTest.java M admin/core/src/main/resources/OSGI-INF/blueprint/admin-core.xml M assembly/src/main/distribution/unix-shell/bin/karaf M assembly/src/main/distribution/windows-text/bin/karaf.bat M assembly/src/main/filtered-resources/bin/admin M assembly/src/main/filtered-resources/bin/admin.bat M demos/web/src/main/java/org/apache/karaf/web/WebAppListener.java M main/src/main/java/org/apache/karaf/main/Main.java M main/src/main/java/org/apache/karaf/main/Stop.java M main/src/main/java/org/apache/karaf/main/Utils.java M shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml M shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml Committed r961799 > Minimum default properties > -------------------------- > > Key: KARAF-54 > URL: https://issues.apache.org/jira/browse/KARAF-54 > Project: Karaf > Issue Type: Improvement > Reporter: Alin Dreghiciu > Assignee: Guillaume Nodet > Priority: Minor > Fix For: 2.0.0 > > > There are some properties that are set by the scrips such as for example in > my case: > -Dservicemix.base=. > -Dservicemix.name=root > -Dservicemix.startLocalConsole=true > -Dservicemix.startRemoteShell=false > If this properties are not there Spring will complain about and do not start > the components using them. Can't there be some defaults as in the example > above? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.