Hi Thiago, copying the annotations from implementation class to proxy is definitely the way to go. Especially when you are using some third party framework. I have some issues with spring-integration annotations like:
http://static.springsource.org/spring-integration/docs/2.0.x/javadoc-api/org/springframework/integration/annotation/Transformer.html http://static.springsource.org/spring-integration/docs/2.0.x/javadoc-api/org/springframework/integration/annotation/Splitter.html These annotations are lost when proxies are created. Spring is fails to find them using reflection. On Wed, Jul 21, 2010 at 4:03 PM, Thiago H. de Paula Figueiredo < [email protected]> wrote: > On Wed, 21 Jul 2010 10:50:52 -0300, Igor Drobiazko (JIRA) <[email protected]> > wrote: > > Provide access to annotations of service implementation class >>> >> > Hi, Igor! > > I'm very happy to see this improvement being implemented. :) What approach > will you use? > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best regards, Igor Drobiazko http://tapestry5.de
