How to get list of all services ?

2011-01-01 Thread Taha Hafeez
Hi How can I get list of all services?. I need to select services based on their types or annotations regards Taha

Re: java.lang.reflect.Field from TransformField ?

2011-01-01 Thread Taha Hafeez
Got it!!! used ComponentValueProvider() and did the conversion there... regards Taha On Sun, Jan 2, 2011 at 7:45 AM, Taha Hafeez wrote: > Hi > > Can I get java.lang.reflect.Field from TransformField ? > > I am trying to do this in a ComponentClassTransformWorker by doing this > > 1. Class comp

java.lang.reflect.Field from TransformField ?

2011-01-01 Thread Taha Hafeez
Hi Can I get java.lang.reflect.Field from TransformField ? I am trying to do this in a ComponentClassTransformWorker by doing this 1. Class componentClass = componentClassCache.get(model.getComponentClassName()); 2. Field field = componentClass.getDeclaredField(transformField.getName()); but t

Re: [T5.2.4] Tapestry-Spring-Security 2.1.0 - ClassTransformation

2011-01-01 Thread Alex Kotchnev
This work has already been done in the TSS trunk - you shouldn't have to re-do it. Checkout the SNAPSHOT version of TSS and it should work w/ T5.2+ (it was tested and working w/ the T5.2-SNAPSHOT builds) Regards, Alex K On Fri, Dec 31, 2010 at 7:22 AM, hsalf wrote: > > Hi! > > My application