I've got an annotation plugin:

public class EjbReferenceAnnotationPlugin extends FieldAnnotationPlugin<EJB>
  | {...}

..which does not run through "protected ValueMetaData 
createValueMetaData(FieldInfo fieldInfo, EJB annotation)" upon encountering 
@EJB on a field-level property.

If I change this to extend from PropertyAnnotationPlugin, accessor methods 
annotated w/ @EJB are picked up.

Assuming I've given enough information to describe the disconnect, what am I 
missing to get field-level annotations read?

S,
ALR


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195489#4195489

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195489
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to