Search:

Type: Posts; User: printx; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    824

    RmiProxyFactoryBean for RMI SSL registry

    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...
  2. Replies
    2
    Views
    1,418

    Solution found

    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...
  3. Replies
    2
    Views
    1,418

    How to propagate a context?

    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...
  4. Replies
    1
    Views
    810

    Problem solved

    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...
  5. Replies
    1
    Views
    810

    Lost ContextClosedEvent ?

    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...
  6. Also a well done approach

    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...
  7. HMVC: Chaining controllers & models made simple

    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)...
  8. Replies
    1
    Views
    987

    My Spring & ACEGI versions are

    spring-framework-1.2.4
    acegi-0.9

    Andreas
  9. Replies
    0
    Views
    952

    Details to my spring and acegi version

    spring-framework-1.2.4
    acegi-0.9

    Andreas
  10. Replies
    1
    Views
    987

    Exporting ACEGI secured RMI services

    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...
  11. Replies
    1
    Views
    972

    BeanNameAutoProxyCreator not active ???

    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 ......
Results 1 to 11 of 11