'servicemix server' and servicemix client' not working properly on windows
--------------------------------------------------------------------------
Key: FELIX-1458
URL: https://issues.apache.org/jira/browse/FELIX-1458
Project: Felix
Issue Type: Bug
Components: Karaf
Environment: Windows
Reporter: Jean-Baptiste Onofré
Attachments: FELIX-1458.patch
The karaf.bat script on windows is incorrectly quoting the
karaf.startLocalConsole and karaf.startRemoteShell system properties when the
'client' or 'server' command line option is used. This results in errors such
as:
unsatisfied dependencies: none
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean
definition with name 'sshServerFactory' defined in URL
[bundle://8.0:0/META-INF/spring/gshell-remote.xml]: Could not resolve
placeholder 'karaf.startRemoteShell'
at
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.processProperties(PropertyPlaceholderConfigurer.java:268)
at
org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)
at
org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.invokeBeanFactoryPostProcessors(AbstractDelegatedExecutionApplicationContext.java:475)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.