0 Replies Latest reply on Aug 28, 2008 4:48 AM by tinico

    Portal préference migration

      Hello,

      I must to make a module in order to migrate préference from our older portal (Vignette).

      I've find how to get vignette préference for all users under the form :
      - username
      - modulename
      - entries :
      - key
      - value

      Now, I want to write these preferences under the portal database. I think there is no solution using API, but I want to know if I can directly write on the db... To do that :
      - Is there a description of the preference stockage in the db ?
      - How can use hibernate to write directly to the db (to respect sequence etc) ?

      The portal is always a new installation.

      Thanks in advance