14 Replies Latest reply on Apr 2, 2009 10:33 AM by anil.saldhana

    Annotation for MC bean

    anil.saldhana

      I am trying to write a new annotation for MC beans similar to what the JMX/JndiBinding annotations do.

      I took a look at
      http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/aop-mc-int/src/main/java/org/jboss/aop/microcontainer/aspects/

      Both the jmx and jndi folder have the annotation as well as a callback. I guess the xxxIntroduction class can be ignored.

      When I introduced my annotation on the mc bean, I saw no errors in the logs.
      I can see the annotation as part of the bean metadata in the beanMetadata aop deployer.

      Are there any other hooks that I need to take a look at?