1 Reply Latest reply on Oct 30, 2009 6:23 AM by sebjau

    AOP, pointcut on jboss portal - portlet identity

    sebjau

      Hi,
      I would know if it is possible (and how) use aop for make a poincut around a method execution in jboss portal.
      I would intercept the modification of the profil in identity portlet (when a user change and submit his profil), in order case to modif minimum of code in this module. I had test the UserProfileChangeEvent but it's fire on every property of the profile and i would execute some code after the submit of the profil form (method editProfile on the class org.jboss.portal.core.identity.ui.actions.EditProfileAction or perhaps in the method updateProfile of the class org.jboss.portal.core.identity.ui.common.IdentityUserBean wich is call by the precedent method) ?
      Thank a lot,
      Sebastien