Migrated from sourceforge - https://sourceforge.net/tracker/?func=detail&aid=2858626&group_id=109626&atid=654000
I have a base service: abstract GenericService
and some derived services: MyService1, MyService2 etc.
Wiring of myService1 and myService2 as Spring beans without JETM works fine.
When I try to measure the execution time, JETM seems to ignore Generics when creating proxies for these beans.
As result I get a lot of exceptions and can't wire these beans.
Please add the Generics support to JETM.
Migrated from sourceforge - https://sourceforge.net/tracker/?func=detail&aid=2858626&group_id=109626&atid=654000
I have a base service: abstract GenericService
and some derived services: MyService1, MyService2 etc.
Wiring of myService1 and myService2 as Spring beans without JETM works fine.
When I try to measure the execution time, JETM seems to ignore Generics when creating proxies for these beans.
As result I get a lot of exceptions and can't wire these beans.
Please add the Generics support to JETM.