1. How to wire proxy objects in spring? stackoverflow.comI am using proxy beans with property-selectable transport protocol. My problem is that bean properties cannot be converted, but I really don't know why. This is the situation: My property: service.protocol=rmi
|
2. Casting a Spring's Proxy object to the actual runtime class stackoverflow.comI'm using Spring, at one point I would like to cast the object to its actual runtime implementation. Example:
|
3. Get AOP proxy from the object itself stackoverflow.comIs possible to get the proxy of a given object in Spring? I need to call a function of a subclass. But, obviously, when I do a direct call, the aspects ... |
4. Accessing Target Object From Proxy forum.springsource.orgok, but how can i access this from the proxy? here was what i was thinking. I was going to add an introduction advice to the proxy: Code: public interface IProxy ... |
5. proxy an already proxied object? forum.springsource.orgproxy an already proxied object? I have a business object which is proxied to have transaction support as follows: |
6. equals between advised object and proxy fails forum.springsource.orgequals between advised object and proxy fails Hello I defined an interceptor that would post an event if a certain method gets called on any instance of a class ticket. The ... |
7. Advicing a proxied object forum.springsource.orgAdvicing a proxied object Hello, I am beginning using AOP. I have a bean that is already proxing all my service objects so that I can manage transactions configuration transparently. The ... |
8. Advising a proxied object forum.springsource.orgAdvising a proxied object My apologies if this is answered elsewhere but I can't find it. I want to know if it is legal in the framework to apply additional advice ... |
9. Problems with proxy and object pooling forum.springsource.orgProblems with proxy and object pooling Hi I am running Spring 1.2.8. I am starting a Singleton context listener in a web app. The singleton provides access to the Object Pool ... |
10. Serialization of proxied objects forum.springsource.orgSerialization of proxied objects Hi all, I ran into a problem and hope someone can help me. I'm trying to extend a class using introductions and aspectj. My problem is when ... |
11. Proxy object clarification forum.springsource.orgi keep listening PROXY word so often, while reading forum topic, while reading document for Spring or Hibernate. I have little understanding of this. But, can someone throw some light on ... |
12. RmiInvoker proxy and type of target object forum.springsource.orgRmiInvoker proxy and type of target object I managed to export some POJOs via Spring's RmiServiceExporter. Accessing it on the client is no problem. I know that in the case of ... |
13. Proxy for an object with no no-arg constructor forum.springsource.orgHow can I proxy a target object with no no-arg constructor? I have read of work to make changes to the ProxyFactory bean to allow this but could not find any ... |
14. Proxied object export problem forum.springsource.orgHello, dear community. I have a proxied object with transaction management advices applied to it. I am trying to get the target from it: Code: myProxiedObject.getTargetSource().getTarget() and publish the resulting target ... |
15. Cannot proxy the target object forum.springsource.org |
16. Need to unwrap a proxy to get the object being proxied forum.springsource.orgNeed to unwrap a proxy to get the object being proxied Hello, I'm using Spring AOP to proxy various interfaces in my application. I used to use ProxyFactoryBeans and aliases with ... |
17. Disabling Proxy objects forum.springsource.orgDisabling Proxy objects Hi all. A quick question: Is is possible to disable proxying altogether at a global level for objects requested from the spring container? I'm using Spring to inject ... |