Hi
How can I get list of all services?. I need to select services based on
their types or annotations
regards
Taha
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
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
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