Add annotation failure
Posted: Mon Aug 20, 2012 8:37 am
Hi,
I'm trying to add another annotation on the CatalogServiceImpl class. I'd like to add the RPCService annotation but when I run it the getAnnotation method on the bean doesn't work. It seems that there is an error while creating the bean.
I'm wondering if I missed something or if I did it in the wrong way. Do I need to extend this implementation and specify the new one? Cuz I just need this annotation, I don't need to override the methods.
Thanks
I'm trying to add another annotation on the CatalogServiceImpl class. I'd like to add the RPCService annotation but when I run it the getAnnotation method on the bean doesn't work. It seems that there is an error while creating the bean.
I'm wondering if I missed something or if I did it in the wrong way. Do I need to extend this implementation and specify the new one? Cuz I just need this annotation, I don't need to override the methods.
Thanks