Results 1 to 2 of 2

Thread: AutoProxy and IFactoryObject

  1. #1
    Join Date
    Sep 2006
    Posts
    3

    Default AutoProxy and IFactoryObject

    Hi,

    AutoProxy does not proxy IFactoryObjects in Spring.Net
    I mean it does, but instead of proxying IFactoryObect.GetObject() result, it proxies the FactoryObject itself (IFactoryObject interface proxied, same for other infrastructure interfaces like IInitializingObject, etc... ).

    Does this works in the Java version ?


    Bruno
    My english is as poor as my taylor is rich

  2. #2
    Join Date
    Feb 2013
    Posts
    1

    Default

    Quote Originally Posted by Bruno Baia View Post
    Hi,

    AutoProxy does not proxy IFactoryObjects in Spring.Net
    I mean it does, but instead of proxying IFactoryObect.GetObject() result, it proxies the FactoryObject itself (IFactoryObject interface proxied, same for other infrastructure interfaces like IInitializingObject, etc... ).

    Does this works in the Java version ?


    Bruno
    Hi,

    I have same problem, please help me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •