Hi there,
I have a problem connecting to RMI SSL Registry from a RmiProxyFactoryBean. I am missing there a property to set a clientSocketFactory. From non spring code this works without any...
Type: Posts; User: printx; Keyword(s):
Hi there,
I have a problem connecting to RMI SSL Registry from a RmiProxyFactoryBean. I am missing there a property to set a clientSocketFactory. From non spring code this works without any...
Hi there !
I have just found a solution after inspekting methods of org.springframework.remoting.rmi.RmiServiceExporter and org.springframework.remoting.rmi.RmiProxyFactoryBean. Everything you...
Hi there,
I am exporting my services by using org.springframework.remoting.rmi.RmiProxyFactoryBean (client side) and org.springframework.remoting.rmi.RmiServiceExporter (server side). The bean...
Hi there,
after posting here I have reviewed my application and noticed that one of the application event processing threads were blocking further requests. I solved this and everything is working...
Hi there,
I have a little problem with getting notified when a ContextClosedEvent
is published. I have a bean defined in my spring servlet context that
implements ApplicationListener. So far...
Hi Bob,
this is also a well done approach. I think it depends on your application structure and seems also to depend on your session behaviour. What I have tried to realize is a complete session...
Hallo everybody,
I registered that many people are looking for controller chaining or some kind of hmvc (hierarchical model view controllers) following this simple diagram:
View(Model1,2,3)...
spring-framework-1.2.4
acegi-0.9
Andreas
spring-framework-1.2.4
acegi-0.9
Andreas
Hello,
I am trying access my beans through RMI from a command line client and use MethodSecurityInterceptor to
1. allow client connections to the service
2. allow certain users method access...
Hello,
I try to implement a simple performance loggigng profiler in my spring app by autoproxying, but nothing happens. I have the followowing configuration, but if I run the application ......