2 Replies Latest reply on Jan 13, 2006 9:21 AM by julien1

    Portal 2.2 - Window Name Scope

      It seems that there is a constraint on window name to be unique in the "default-object.xml" file, is that correct?

      I am saying this because I am getting this :

      2006-01-12 23:31:17,968 DEBUG [org.jboss.portal.core.deployment.jboss.ObjectDeployment] Loading portal metadata from file:/E:/pmn/pmn-deploy/HIB-3-portal-2.2-jboss-4.0.3SP1/server/default/tmp/deploy/tmp50482evolab-test-exp.war/WEB-INF/test-object.xml
      2006-01-12 23:31:18,000 INFO [STDOUT] org.jboss.portal.common.util.TooManyElementException: Too many children for element window
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.common.util.XML.getUniqueChild(XML.java:411)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.core.metadata.WindowMetaData.buildMetaData(WindowMetaData.java:104)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.core.metadata.PageMetaData.buildMetaData(PageMetaData.java:95)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.core.metadata.PageMetaData.buildMetaData(PageMetaData.java:111)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.core.metadata.PageMetaData.buildMetaData(PageMetaData.java:111)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.core.metadata.PortalMetaData.buildMetaData(PortalMetaData.java:150)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.core.deployment.jboss.ObjectDeployment.start(ObjectDeployment.java:122)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:222)
      2006-01-12 23:31:18,015 INFO [STDOUT] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
      


      I understand there is not such a constraint on page name. Correct?

      I miss a real documentation and a real production release of 2.2.