]> git.argeo.org Git - gpl/argeo-slc.git/blob - sandbox/argeo.slc.jemmytest/modules/org.argeo.slc.jemmytest.mxlaunch/META-INF/spring/mxClientLauncher.xml
Improve provisioning via OSGiBoot
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / modules / org.argeo.slc.jemmytest.mxlaunch / META-INF / spring / mxClientLauncher.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
5
6 <bean id="mxClientLauncher" class="org.argeo.slc.detached.AppLauncher"
7 init-method="launch">
8 <!-- <property name="mainClass" value="murex.rmi.loader.RmiLoader" />-->
9 <property name="mainClass" value="org.argeo.slc.testui.SwingTestUi" />
10 <property name="systemProperties">
11 <props>
12 <prop key="java.rmi.server.codebase">http://FS_URL/murex.download.guiclient.download
13 </prop>
14 </props>
15 </property>
16 <property name="arguments">
17 <list>
18 <value>/MXJ_CLASS_NAME:murex.gui.xml.XmlGuiClientBoot
19 </value>
20 <value>/MXJ_SITE_NAME:site1</value>
21 </list>
22 </property>
23 </bean>
24
25 </beans>