[vlma-devel] commit: Reconnect to the RMI registry if connection fails. (Adrien Grand )

git version control git at videolan.org
Sat Apr 26 19:05:37 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Apr 26 19:06:32 2008 +0200| [c26e1ce04acea623cc33d72ebec2ed1f20805dec]

Reconnect to the RMI registry if connection fails.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=c26e1ce04acea623cc33d72ebec2ed1f20805dec
---

 web/src/main/webapp/WEB-INF/applicationContext.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/src/main/webapp/WEB-INF/applicationContext.xml b/web/src/main/webapp/WEB-INF/applicationContext.xml
index ce7dc5a..804ae4b 100644
--- a/web/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/web/src/main/webapp/WEB-INF/applicationContext.xml
@@ -13,6 +13,7 @@
         <property name="serviceInterface">
             <value>org.videolan.vlma.common.IVlData</value>
         </property>
+        <property name="refreshStubOnConnectFailure" value="true" />
     </bean>
 
 </beans>



More information about the vlma-devel mailing list