3 Replies Latest reply on Oct 14, 2008 1:42 PM by peterj

    How to store the user data in DataBase?

      Hi,
      As part of my requirements the user profile having my own attributes... I want to store those values in database ,

      for that i searched somany jboss server classes for storing the data but i didn't find any code related to database operations in those classes..can anyone help me out..

      thanks in advance..

        • 1. Re: How to store the user data in DataBase?
          peterj

          Your have to write your own code to do this.

          • 2. Re: How to store the user data in DataBase?

            Hi Peter thanks for ur reply...

            what i want is there are some predefined user profile attributes are there for user like first name, last name, occupation... etc... To store these data in hsqlDB there is some class which take care of it...In that class i want to add my own code to store my own attributes.. is it possible...? or i need to write the entire code ? if i write my own code where i can merge it ?

            Regards,
            J

            • 3. Re: How to store the user data in DataBase?
              peterj

              I am sorry, but I did not notice that this post was in the JBoss Portal forum, for some reason I thought it was in the JBoss AS configuration forum. If you search through this forum you will see that others have asked a similar question and have gotten some tips.

              Of course, if all you want to do is extend the attributes shown on the user profile page, I would start with that page.