3 Replies Latest reply on Feb 13, 2006 10:57 AM by noicangi

    Portal doesn't notice window rename?

    adamw

      Hello,
      I'm using AS 4.0.3sp1 and Portal 2.2.1RC2 with HSQLDB. I noticed, that if I rename a window on a page, portal "notices" this only after cleaning the DB. Before that, the window is still having the old name. Is that the correct behaviour?

      --
      Cheers,
      Adam

        • 1. Re: Portal doesn't notice window rename?
          adamw

          The same thing happens to the theme - I have a portal deployed in a war, and when I changed the theme.id, the theme didn't change (after restart). Only after deleting data/portal/hypersonic did I see the change.

          --
          Adam

          • 2. Re: Portal doesn't notice window rename?

            in 2.2 the deployment descriptor is a feed for the database, otherwise we could not implement dynamicity.

            it is used only one time when the entry in the container does not exist and then is not used anymore.

            so you should not use it like that unless you recreate the db on each startup.

            • 3. Re: Portal doesn't notice window rename?
              noicangi

              maybe i don't understand the title but here is the question:

              how can i change the name of the portal in the browser? i deployed the helloworld portal but the title its jboss portal 2.2.rc1......