2 Replies Latest reply on Aug 28, 2007 5:30 PM by urbanj

    .. edit userprofile // profile-config.xml

    urbanj

      hi there,

      .. i just tried to extend the existing user profile. i read in the docu to edit the profile-config.xml and found it in the jsp as well... but anyway i cannot find the bean(?) that sets/gets the value.

      thanks for helping...
      joern

        • 1. Re: .. edit userprofile // profile-config.xml
          antoine_h


          Look at the Identity JMX services.
          They are the services for manipulating Users, Roles and the User Profile.
          (no beans... beans are there for initialization, then they are used through JMX services).

          The main class is : org.jboss.portal.identity.IdentityContext
          from there, you can see the 4 services for identity.
          Look at the jboss-service.xml for the description of the service.

          In the UserPortlet.java, you can find an example of how to create/modify a User and it's profile data.

          • 2. Re: .. edit userprofile // profile-config.xml
            urbanj

            .. thanks a lot for your answer.

            Please correct me if im'm wrong, but then i have to work with the source
            and cannot do such kind of customizing in the binaries?!