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

2006-03-22 Thread Aaron Mulder
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. To turn it on, you simply set the system property org.apache.geronimo.gbean.NoProxy=true

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

2006-03-21 Thread Hiram Chirino
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 block in the AbstractGBeanReference

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

2006-03-21 Thread Jeff Genender
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 remove

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

2006-03-21 Thread Vamsavardhana Reddy
the system property 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

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

2006-03-19 Thread Matt Hogstrom
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 remove proxying

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

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

2006-03-18 Thread Dain Sundstrom
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 remove

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 block