1. Using Spring RmiServiceExporter in a bundle on top of equinox forum.springsource.orgFeb 7th, 2011, 08:07 AM #1 yavivi View Profile View Forum Posts Private Message Junior Member Join Date Jan 2011 Posts 1 Using Spring RmiServiceExporter in a bundle on top of ... |
2. RMIServiceExporter and Spaces in URLs = BOOM forum.springsource.orgRMIServiceExporter and Spaces in URLs = BOOM Spring version 1.1.5 JDK 1.5.0_01 When using Tomcat 5.5 on Windows with the RMIServiceExporter, I get the following error: java.net.MalformedURLException: no protocol: 5.5/webapps/report/WEB-INF/classes/ Tomcat ... |
3. Set port in RmiServiceExporter forum.springsource.orgSet port in RmiServiceExporter Hi, I export 3 beans as RMI services. I want to programmatically set the serviceport to something different than 1099 so I retrieve the beans from the ... |
4. Shutting down RMIServiceExporter forum.springsource.org |
5. RmiServiceExporter takes over 3 mins to bind forum.springsource.orgRmiServiceExporter takes over 3 mins to bind We've got a weird situation with RMI. Of about 25 installations, 2 have trouble with RMI. The others work fine. The symptom is that ... |
6. RmiServiceExporter: must set ClientSocketFactory if setting ServerSocketFactory? forum.springsource.orgRmiServiceExporter: must set ClientSocketFactory if setting ServerSocketFactory? Hi there, I was wondering if someone could help me understand why the prepare() method insists that either both the ServerSocketFactory and ClientSocketFactory are ... |
7. Performance RmiServiceExporter vs Http Invoker forum.springsource.orgHi Is there a big difference in performance for RMI vs HttpInvoker ? I'm having some trouble getting RmiServiceExporter to work over the net so I'm thinking of switching over to ... |
8. capabilities of RmiServiceExporter wrt Automatic remoting of managed objects forum.springsource.orgcapabilities of RmiServiceExporter wrt Automatic remoting of managed objects Hi ! I'm new to spring and evaluating the spring remoting capabilities (spring 2.5.3). What I want to do is having 2 ... |
9. RmiServiceExporter Issue forum.springsource.orgRmiServiceExporter Issue Hi All, We have a "stateful" service that we have exposed to the outside world using RmiServiceExporter. We have made the service stateful by making all "session" related attributes ... |
10. Race Issue with RMIServiceExporter when used in more than one bundle forum.springsource.orgRace Issue with RMIServiceExporter when used in more than one bundle Hi I'm trying to export RMI services (using the same, Spring created, RMI-registry) from different bundles. During application context creation ... |
11. AbstractConfigurableBundleCreatorTests and RmiServiceExporter in Knopflerfish forum.springsource.orgAbstractConfigurableBundleCreatorTests and RmiServiceExporter in Knopflerfish Hi everyone, I have a pretty weird problem: I have a service which is exported via RmiServiceExporter within Knopflerfish. On the client side I can easily ... |
12. RmiServiceExporter - change port forum.springsource.orghi, after i bound a service with RmiServiceExporter, i would like to change the port and bind the service to this port (it means closing the exising one): code: exporter.setRegistryPort(1234); exporter.afterPropertiesSet(); ... |