Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-22 Thread Aaron Mulder
n GBean references. This means that the > injected > > >>>>> reference will be the actual service instance and not a proxy to > the > > >>>>> service. My guess is this will break a few services that use > > >>>>> ProxyManager.getProxyTarge

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-21 Thread Vamsavardhana Reddy
; service.  My guess is this will break a few services  that use >>>>> ProxyManager.getProxyTarget(Objcet), since the reference  won't be a>>>>> proxy.  All of these uses will have be rewritten to not  assume a>>>>> proxy if we want to keep use this f

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-21 Thread Jeff Genender
ces that use >>>>> ProxyManager.getProxyTarget(Objcet), since the reference won't be a >>>>> proxy. All of these uses will have be rewritten to not assume a >>>>> proxy if we want to keep use this flag. >>>>> >>>>>

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-21 Thread Hiram Chirino
stance and not a proxy to the > >>> service. My guess is this will break a few services that use > >>> ProxyManager.getProxyTarget(Objcet), since the reference won't be a > >>> proxy. All of these uses will have be rewritten to not assume a > >>> proxy if we wan

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-19 Thread Matt Hogstrom
perty org.apache.geronimo.gbean.NoProxy=true. This is property is picked up by a static block in the AbstractGBeanReference class, so the property will apply for the life of the kernel class loader (normally the life of the vm). -dain What was the reason for this experiment? I'd like to completely remov

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-18 Thread Dain Sundstrom
perty org.apache.geronimo.gbean.NoProxy=true. This is property is picked up by a static block in the AbstractGBeanReference class, so the property will apply for the life of the kernel class loader (normally the life of the vm). -dain What was the reason for this experiment? I'd like to complet

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-18 Thread John Sisson
ProxyManager.getProxyTarget(Objcet), since the reference won't be a proxy. All of these uses will have be rewritten to not assume a proxy if we want to keep use this flag. To turn it on, you simply set the system property org.apache.geronimo.gbean.NoProxy=true. This is property is picked up

org.apache.geronimo.gbean.NoProxy=true

2006-03-17 Thread Dain Sundstrom
ProxyManager.getProxyTarget(Objcet), since the reference won't be a proxy. All of these uses will have be rewritten to not assume a proxy if we want to keep use this flag. To turn it on, you simply set the system property org.apache.geronimo.gbean.NoProxy=true. This is property is picked up by a static blo