[opencms-dev] Running Unit test cases (was: [PATCH] PostgreSQL Support for OpenCms 6.x (CVS))

Antonio Core antonio at starsolutions.it
Sun Dec 19 02:32:54 CET 2004


Alex,

I regret for the late response, but I had problems with my Pc...

I prepared the configurations file for unit tests on PostgreSQL
following your instructions.
The tests have been executed without errors; please, find attached at
this email the log file (TEST-org.opencms.xml.content.AllTests.txt).

Attached at this email there is the "opencms_postgresql_02.patch" file
with these changes:

    File changed:

          - opencms/build.xml 
                 the postgresql lines have  been added.

          - opencms/test/test.properties  
                 the setup for postgresql has been added.

          - opencms/test/data/WEB-INF/config/opencms-vfs.xml
                 the unittests failed because the class 
                                

org.opencms.workplace.xmlwidgets.CmsXmlVfsImageWidget

                doesn't exist anymore in the CVS tree.
                Reading in the CVS log, I thought taht this class has
been replaced by
                  

org.opencms.workplace.xmlwidgets.CmsXmlImageGalleryWidget

                 For this reason, I replaced the line:

<widget class="org.opencms.workplace.xmlwidgets.CmsXmlVfsImageWidget"
alias="VfsImageWidget"/>

                  whit that one:

<widget
class="org.opencms.workplace.xmlwidgets.CmsXmlImageGalleryWidget"
alias="ImageWidget" />

                  This is the same value as in the  
                       opencms/webapp/WEB-INF/config/opencms-vfs.xml
file.
                   I hope that it is correct.


           - opencms/webapp/setup/database/postgresql/create_db.sql
           - opencms/webapp/setup/database/postgresql/drop_db.sql
           - opencms/webapp/setup/database/postgresql/drop_tables.sql
           -
opencms/webapp/setup/database/postgresql/step_4_database_setup.jsp
                   Changed the PostgreSQL setup file, according
unittests results.

    File Added:
          -
opencms/test/data/WEB-INF/config.postgresql/opencms-modules.xml
          -
opencms/test/data/WEB-INF/config.postgresql/opencms.properties
                  Configuration files to use in unittests with
PostgreSQL database

Moreover, in the CVS source tree the file pg74.215.jdbc3.jar is not
present yet...

Best Regards,
Antonio


On Mon, 2004-12-06 at 12:36 +0100, Alexander Kandzior wrote:
> Antonio,
> 
> It took me a couple of days, but I actually "repaired" the "unittests"
> target in the build.xml file. Turns out there was a library missing. 
> 
> Let's assume you are able to run "ant war" and generate the OpenCms war
> file. 
> 
> Try running "ant unittests". This will run all the Junit tests and write the
> output to a file. The location of the file is ant specific and may depend on
> your setup. Also, the optional "junit" target support for ant is required,
> this usually comes in a "ant-junit.jar". Please check the ant homepage on
> how to configure these since.
> 
> OpenCms configuration for unit tests:
> 
> The unit tests run with a pre-configured database configuration. The file
> "/test/test.properties" contains the main test settings. Basically you must
> configure the database you want to test here, as well as the local path
> configuration where the data is located. 
> 
> Each database must come with it's own set of pre-configured
> "opencms.properties". In the folder "/test/data/WEB-INF" you will find one
> config.xxx folder for each supported database. These files are copied
> automatically to "/test/data/WEB-INF/config" during test setup. 
> 
> For example, mySQL is configured by default in "test.propeties" with the
> "db.product=mysql" setting. So the mySQL secific settings are taken form the
> folder  "/test/data/WEB-INF/config.mysql". So in the mySQL example, it's
> assumed that there is a local mysql installation, the user name is "root"
> and the user has no password. All of this is located in
> "opencms.properties". In case the test cases can't connect to the database,
> you must modify these parameters.
> 
> Best Regards,
> Alex.
> 
> Alexander Kandzior
> Alkacon Software - The OpenCms Experts
> http://www.alkacon.com
> 
>  
> 
> > -----Original Message-----
> > From: opencms-dev-bounces at opencms.org 
> > [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Antonio Core
> > Sent: Thursday, December 02, 2004 2:56 PM
> > To: The OpenCms mailing list
> > Subject: RE: [opencms-dev] [PATCH] PostgreSQL Support for 
> > OpenCms 6.x (CVS)
> > 
> > Alex,
> > 
> > Normally, I use jEdit as my development tool.
> > 
> > Anyway, I've already installed Eclipse (ver 3.1M3) and I'm 
> > trying it. ;)
> > 
> > May you send me more informations about how proceed to setup 
> > and perform JUnit tests with Eclipse?
> > 
> > Best Regards,
> > 
> > Antonio
> > 
> > 
> > 
> > On Thu, 2004-12-02 at 10:36, Alexander Kandzior wrote:
> > > Are you using Eclipse for development?
> > > If so, I can yout tell how we do it, since we are using Eclipse.
> > > If not, there's also an ant task, but this may currently be broken.
> > > 
> > > Best Regards,
> > > Alex.
> > > 
> > > Alexander Kandzior
> > > Alkacon Software - The OpenCms Experts http://www.alkacon.com
> > > 
> > >  
> > > 
> > > > -----Original Message-----
> > > > From: opencms-dev-bounces at opencms.org 
> > > > [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Antonio Core
> > > > Sent: Thursday, December 02, 2004 10:19 AM
> > > > To: The OpenCms mailing list
> > > > Subject: RE: [opencms-dev] [PATCH] PostgreSQL Support for OpenCms 
> > > > 6.x (CVS)
> > > > 
> > > > Alex,
> > > > 
> > > > No, i didn't, sorry.
> > > > 
> > > > I think that it will be necessary too.
> > > > 
> > > > Thank you very much if you support me with that.
> > > > 
> > > > Best Regards,
> > > > 
> > > > Antonio
> > > > 
> > > > 
> > > > On Thu, 2004-12-02 at 09:51, Alexander Kandzior wrote:
> > > > > I applied these fixes to the CVS version.
> > > > > 
> > > > > Antonio, did you run the Junit tests for Postgessql? These
> > > > are really
> > > > > helpful since they have quite a broad range of daabase 
> > operation 
> > > > > covered already. If not I can support you in getting these
> > > > up and running.
> > > > > 
> > > > > Best Regards,
> > > > > Alex.
> > > > > 
> > > > > Alexander Kandzior
> > > > > Alkacon Software - The OpenCms Experts http://www.alkacon.com
> > > > > 
> > > > >  
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From: opencms-dev-bounces at opencms.org 
> > > > > > [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Antonio 
> > > > > > Core
> > > > > > Sent: Wednesday, December 01, 2004 10:14 PM
> > > > > > To: OpenCms
> > > > > > Subject: [opencms-dev] [PATCH] PostgreSQL Support for OpenCms 
> > > > > > 6.x
> > > > > > (CVS)
> > > > > > 
> > > > > > Dear all,
> > > > > > 
> > > > > > here is a patch for postgreSQL database support.
> > > > > > 
> > > > > > The files changed:
> > > > > > 
> > > > > > opencms/src/org/opencms/db/postgresql/CmsBackupDriver.java 
> > > > > >         (specialized method deleteBackups of class   
> > > > > >          opencms.src.org.opencms.db.generic.CmsBackupDriver)
> > > > > > 
> > > > > > opencms/src/org/opencms/db/postgresql/query.properties
> > > > > >         (added queries:
> > > > > >                 C_POSTGRESQL_BACKUP_DELETE_CONTENT
> > > > > >                 C_POSTGRESQL_BACKUP_DELETE_RESOURCES
> > > > > >                 C_POSTGRESQL_BACKUP_DELETE_STRUCTURE
> > > > > >          removed query:
> > > > > >                 C_BACKUP_DELETE_RESOURCE
> > > > > >         )
> > > > > > 
> > > > > > 
> > > > > > Having a CVS checkout of the opencms source, go into 
> > the opencms 
> > > > > > directory and launch the following command:
> > > > > > 
> > > > > > patch -p0 < ....path.../opencms_postgresql_01.patch
> > > > > > 
> > > > > > 
> > > > > > Best Regards,
> > > > > > 
> > > > > > Antonio
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > This mail is send to you from the opencms-dev mailing list
> > > > To change
> > > > > your list options, or to unsubscribe from the list, 
> > please visit 
> > > > > http://mail.opencms.org/mailman/listinfo/opencms-dev
> > > > 
> > > > 
> > > > 
> > > > _______________________________________________
> > > > This mail is send to you from the opencms-dev mailing 
> > list To change 
> > > > your list options, or to unsubscribe from the list, please visit 
> > > > http://mail.opencms.org/mailman/listinfo/opencms-dev
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > _______________________________________________
> > > This mail is send to you from the opencms-dev mailing list 
> > To change 
> > > your list options, or to unsubscribe from the list, please visit 
> > > http://mail.opencms.org/mailman/listinfo/opencms-dev
> > 
> > 
> > 
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list To 
> > change your list options, or to unsubscribe from the list, 
> > please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
> > 
> > 
> 
> 
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opencms_postgresql_02.patch
Type: text/x-patch
Size: 19292 bytes
Desc: not available
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20041219/ba1639e3/attachment.bin>
-------------- next part --------------
Testsuite: org.opencms.xml.content.AllTests
Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 54.055 sec
------------- Standard Output ---------------
19 Dec 2004 02:21:09,155  INFO [  org.opencms.main.OpenCmsCore:2029] OpenCms: Changing runlevel from 0 to 1
19 Dec 2004 02:21:09,710  INFO [s.xml.CmsXmlContentTypeManager: 100] . XML content config   : starting
19 Dec 2004 02:21:09,724  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlDateTimeWidget'
19 Dec 2004 02:21:09,733  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlHtmlWidget'
19 Dec 2004 02:21:09,744  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlStringWidget'
19 Dec 2004 02:21:09,751  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsDateTime' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlDateTimeWidget'
19 Dec 2004 02:21:09,762  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsHtml' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlHtmlWidget'
19 Dec 2004 02:21:09,766  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsLocale' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlStringWidget'
19 Dec 2004 02:21:09,773  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsString' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlStringWidget'
19 Dec 2004 02:21:09,815  INFO [s.xml.CmsXmlContentTypeManager: 458] . XML content config   : 4 XML content schema types initialized
19 Dec 2004 02:21:09,880 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test1.xsd
<?xml version="1.0" encoding="UTF-8"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xsd:include schemaLocation="opencms://opencms-xmlcontent.xsd"/>
  <xsd:element name="Articles" type="OpenCmsArticles"/>
  <xsd:complexType name="OpenCmsArticles">
    <xsd:sequence>
      <xsd:element name="Article" type="OpenCmsArticle" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name="OpenCmsArticle">
    <xsd:sequence>
      <xsd:element name="Author" type="OpenCmsString"/>
      <xsd:element name="Teaser" type="OpenCmsString" minOccurs="0"/>
      <xsd:element name="Toaster" type="OpenCmsString" maxOccurs="unbounded"/>
      <xsd:element name="Rollercoaster" type="OpenCmsString" minOccurs="3" maxOccurs="10"/>
    </xsd:sequence>
    <xsd:attribute name="language" type="OpenCmsLocale" use="required"/>
  </xsd:complexType>
</xsd:schema>

<?xml version="1.0" encoding="UTF-8"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xsd:include schemaLocation="opencms://opencms-xmlcontent.xsd"/>
  <xsd:element name="Articles" type="OpenCmsArticles"/>
  <xsd:complexType name="OpenCmsArticles">
    <xsd:sequence>
      <xsd:element name="Article" type="OpenCmsArticle" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name="OpenCmsArticle">
    <xsd:sequence>
      <xsd:element name="Author" type="OpenCmsString"/>
      <xsd:element name="Teaser" type="OpenCmsString" minOccurs="0"/>
      <xsd:element name="Toaster" type="OpenCmsString" maxOccurs="unbounded"/>
      <xsd:element name="Rollercoaster" type="OpenCmsString" minOccurs="3" maxOccurs="10"/>
    </xsd:sequence>
    <xsd:attribute name="language" type="OpenCmsLocale" use="required"/>
  </xsd:complexType>
</xsd:schema>

<?xml version="1.0" encoding="UTF-8"?>

<Articles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test.xsd">
  <Article language="en">
    <Author/>
    <Teaser/>
    <Text/>
    <Date>0</Date>
  </Article>
</Articles>




----- Starting test case: Importing OpenCms VFS data -----
OpenCms WEB-INF path:  /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/
OpenCms property file: /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms.properties

19 Dec 2004 02:21:16,902  INFO [  org.opencms.main.OpenCmsCore:2029] OpenCms: Changing runlevel from 1 to 2
19 Dec 2004 02:21:16,903  INFO [  org.opencms.main.OpenCmsCore: 877] . System file.encoding : UTF-8
19 Dec 2004 02:21:17,206  INFO [  org.opencms.main.OpenCmsCore: 883] . Ethernet address used: 4b:60:ca:37:04:99
19 Dec 2004 02:21:17,209  INFO [org.opencms.main.CmsSystemInfo: 594] . Server name is       : OpenCmsServer
19 Dec 2004 02:21:17,216  INFO [  org.opencms.main.OpenCmsCore: 901] . Java VM in use       : Java HotSpot(TM) Client VM 1.4.2_06-b03 mixed mode Sun Microsystems Inc. 
19 Dec 2004 02:21:17,217  INFO [  org.opencms.main.OpenCmsCore: 905] . Operating sytem      : Linux 2.6.6-2-686 i386 
19 Dec 2004 02:21:17,245 DEBUG [ration.CmsConfigurationManager: 132] Creating configuration backup folder /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup
19 Dec 2004 02:21:17,251 DEBUG [ration.CmsConfigurationManager: 137] Configuration base folder is /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config
19 Dec 2004 02:21:17,252 DEBUG [ration.CmsConfigurationManager: 138] Configuration backup folder is /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup
19 Dec 2004 02:21:17,257 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-configuration.dtd --> org/opencms/configuration/opencms-configuration.dtd
19 Dec 2004 02:21:17,258 DEBUG [ration.CmsConfigurationManager: 319] Base URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/
19 Dec 2004 02:21:17,259 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms.xml
19 Dec 2004 02:21:17,261 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-17_opencms.xml
19 Dec 2004 02:21:17,389  INFO [uration.CmsSystemConfiguration: 327] . System configuration : initialized
19 Dec 2004 02:21:17,467 DEBUG [ration.CmsConfigurationManager: 152] Adding configuration: org.opencms.configuration.CmsSystemConfiguration at 182bcde
19 Dec 2004 02:21:17,493 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-system.dtd --> org/opencms/configuration/opencms-system.dtd
19 Dec 2004 02:21:17,501  INFO [figuration.CmsVfsConfiguration: 169] . VFS configuration    : initialized
19 Dec 2004 02:21:17,502 DEBUG [ration.CmsConfigurationManager: 152] Adding configuration: org.opencms.configuration.CmsVfsConfiguration at 384065
19 Dec 2004 02:21:17,514 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-vfs.dtd --> org/opencms/configuration/opencms-vfs.dtd
19 Dec 2004 02:21:17,528  INFO [tion.CmsWorkplaceConfiguration: 323] . Workplace config     : initialized
19 Dec 2004 02:21:17,530 DEBUG [ration.CmsConfigurationManager: 152] Adding configuration: org.opencms.configuration.CmsWorkplaceConfiguration at 513d61
19 Dec 2004 02:21:17,581 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-workplace.dtd --> org/opencms/configuration/opencms-workplace.dtd
19 Dec 2004 02:21:17,662  INFO [n.CmsImportExportConfiguration: 178] . Import configuration : initialized
19 Dec 2004 02:21:17,664 DEBUG [ration.CmsConfigurationManager: 152] Adding configuration: org.opencms.configuration.CmsImportExportConfiguration at 1c5fde0
19 Dec 2004 02:21:17,688 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-importexport.dtd --> org/opencms/configuration/opencms-importexport.dtd
19 Dec 2004 02:21:17,695  INFO [uration.CmsSearchConfiguration: 109] . Search configuration : initialized
19 Dec 2004 02:21:17,700 DEBUG [ration.CmsConfigurationManager: 152] Adding configuration: org.opencms.configuration.CmsSearchConfiguration at 1b5340c
19 Dec 2004 02:21:17,719 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-search.dtd --> org/opencms/configuration/opencms-search.dtd
19 Dec 2004 02:21:17,727  INFO [uration.CmsModuleConfiguration:  82] . Module configuration : initialized
19 Dec 2004 02:21:17,732 DEBUG [ration.CmsConfigurationManager: 152] Adding configuration: org.opencms.configuration.CmsModuleConfiguration at 1bcdbf6
19 Dec 2004 02:21:17,747 DEBUG [ration.CmsConfigurationManager: 439] Cached DTD system id: http://www.opencms.org/dtd/6.0/opencms-modules.dtd --> org/opencms/configuration/opencms-modules.dtd
19 Dec 2004 02:21:17,754 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-system.xml
19 Dec 2004 02:21:17,755 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-system.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-17_opencms-system.xml
19 Dec 2004 02:21:17,867  INFO [.opencms.i18n.CmsLocaleManager: 100] . i18n configuration   : starting
19 Dec 2004 02:21:17,878  INFO [.opencms.i18n.CmsLocaleManager: 595] . i18n configuration   : locale handler is org.opencms.i18n.CmsDefaultLocaleHandler
19 Dec 2004 02:21:17,881  INFO [.opencms.i18n.CmsLocaleManager: 216] . i18n configuration   : adding locale en
19 Dec 2004 02:21:17,883  INFO [.opencms.i18n.CmsLocaleManager: 216] . i18n configuration   : adding locale de
19 Dec 2004 02:21:17,885  INFO [.opencms.i18n.CmsLocaleManager: 248] . i18n configuration   : default locale 1 is en
19 Dec 2004 02:21:17,893  INFO [.opencms.i18n.CmsLocaleManager: 248] . i18n configuration   : default locale 2 is de
19 Dec 2004 02:21:17,908  INFO [uration.CmsSystemConfiguration:1015] . i18n configuration   : finished
19 Dec 2004 02:21:17,910 DEBUG [g.opencms.mail.CmsMailSettings:  71] Empty constructor called on org.opencms.mail.CmsMailSettings at 1a68ef9
19 Dec 2004 02:21:17,912  INFO [g.opencms.mail.CmsMailSettings: 139] . Mail configuration   : default mail sender is 'nobody at nowhere.com'
19 Dec 2004 02:21:18,029  INFO [g.opencms.mail.CmsMailSettings:  98] . Mail configuration   : added org.opencms.mail.CmsMailHost hostname=my.smtp.server order=10 protocol=smtp user=username password=secure
19 Dec 2004 02:21:18,032  INFO [g.opencms.mail.CmsMailSettings:  98] . Mail configuration   : added org.opencms.mail.CmsMailHost hostname=alternative.smtp.server order=20 protocol=smtp
19 Dec 2004 02:21:18,035  INFO [g.opencms.mail.CmsMailSettings:  98] . Mail configuration   : added org.opencms.mail.CmsMailHost hostname=another.alternative.smtp.server order=30 protocol=smtp
19 Dec 2004 02:21:18,037 DEBUG [uration.CmsSystemConfiguration:1027] Mail settings set org.opencms.mail.CmsMailSettings at 1a68ef9
19 Dec 2004 02:21:18,050  INFO [s.scheduler.CmsScheduleManager: 121] . Scheduler config     : scheduler created with 0 jobs
19 Dec 2004 02:21:18,052  INFO [uration.CmsSystemConfiguration:1111] . History settings     : enabled=true count=10
19 Dec 2004 02:21:18,067  INFO [uration.CmsSystemConfiguration:1039] . Password handler     : org.opencms.security.CmsDefaultPasswordHandler instanciated
19 Dec 2004 02:21:18,069 DEBUG [rity.CmsDefaultPasswordHandler: 149] initConfiguration() called on org.opencms.security.CmsDefaultPasswordHandler at 1fd5e2
19 Dec 2004 02:21:18,070  INFO [rg.opencms.site.CmsSiteManager:  98] . Site configuration   : starting
19 Dec 2004 02:21:18,081  INFO [rg.opencms.site.CmsSiteManager: 267] . Site root added      : server: http://localhost:8080 uri: /sites/default title: /sites/default/
19 Dec 2004 02:21:18,083  INFO [rg.opencms.site.CmsSiteManager: 267] . Site root added      : server: http://localhost:8081 uri: /sites/default/folder1 title: /sites/default/folder1/
19 Dec 2004 02:21:18,086  INFO [uration.CmsSystemConfiguration:1081] . site configuration   : finished
19 Dec 2004 02:21:18,090  INFO [uration.CmsSystemConfiguration:1062] . Runtime Info factory : org.opencms.db.CmsDbContextFactory instanciated
19 Dec 2004 02:21:18,093  INFO [org.opencms.db.CmsDefaultUsers: 115] . Default user names   : checking...
19 Dec 2004 02:21:18,094  INFO [org.opencms.db.CmsDefaultUsers: 137] . Admin user           : Admin
19 Dec 2004 02:21:18,095  INFO [org.opencms.db.CmsDefaultUsers: 138] . Guest user           : Guest
19 Dec 2004 02:21:18,096  INFO [org.opencms.db.CmsDefaultUsers: 139] . Export user          : Export
19 Dec 2004 02:21:18,099  INFO [org.opencms.db.CmsDefaultUsers: 140] . Administrators group : Administrators
19 Dec 2004 02:21:18,100  INFO [org.opencms.db.CmsDefaultUsers: 141] . Projectmanagers group: Projectmanagers
19 Dec 2004 02:21:18,101  INFO [org.opencms.db.CmsDefaultUsers: 142] . Users group          : Users
19 Dec 2004 02:21:18,102  INFO [org.opencms.db.CmsDefaultUsers: 143] . Guests group         : Guests
19 Dec 2004 02:21:18,103  INFO [org.opencms.db.CmsDefaultUsers: 146] . Default user names   : initialized
19 Dec 2004 02:21:18,109  INFO [uration.CmsSystemConfiguration: 935] . System configuration : finished
19 Dec 2004 02:21:18,110 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-vfs.xml
19 Dec 2004 02:21:18,113 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-vfs.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-18_opencms-vfs.xml
19 Dec 2004 02:21:18,164  INFO [ncms.loader.CmsResourceManager: 122] . Loader configuration : starting
19 Dec 2004 02:21:18,174  INFO [ncms.loader.CmsResourceManager: 158] . Found mime types     : 129 entrys
19 Dec 2004 02:21:18,193  INFO [ncms.template.CmsTemplateCache:  60] . Loader init          : XMLTemplate template cache initialized successfully
19 Dec 2004 02:21:18,203  INFO [ncms.loader.CmsResourceManager: 286] . Loader init          : Adding com.opencms.legacy.CmsXmlTemplateLoader with id 3
19 Dec 2004 02:21:18,211  INFO [ms.legacy.CmsXmlTemplateLoader: 601] . Loader init          : XMLTemplate element cache disabled
19 Dec 2004 02:21:18,212  INFO [ms.legacy.CmsXmlTemplateLoader: 621] . Loader init          : com.opencms.legacy.CmsXmlTemplateLoader initialized
19 Dec 2004 02:21:18,216  INFO [ncms.loader.CmsResourceManager: 286] . Loader init          : Adding org.opencms.loader.CmsDumpLoader with id 1
19 Dec 2004 02:21:18,217  INFO [g.opencms.loader.CmsDumpLoader: 160] . Loader init          : org.opencms.loader.CmsDumpLoader initialized
19 Dec 2004 02:21:18,221  INFO [ncms.loader.CmsResourceManager: 286] . Loader init          : Adding org.opencms.loader.CmsPointerLoader with id 4
19 Dec 2004 02:21:18,222  INFO [pencms.loader.CmsPointerLoader: 144] . Loader init          : org.opencms.loader.CmsPointerLoader initialized
19 Dec 2004 02:21:18,237  INFO [ncms.loader.CmsResourceManager: 286] . Loader init          : Adding org.opencms.loader.CmsJspLoader with id 6
19 Dec 2004 02:21:18,241  INFO [rg.opencms.loader.CmsJspLoader: 304] . Loader init          : JSP repository (absolute path): /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/jsp/
19 Dec 2004 02:21:18,242  INFO [rg.opencms.loader.CmsJspLoader: 305] . Loader init          : JSP repository (web application path): /WEB-INF/jsp/
19 Dec 2004 02:21:18,243  INFO [rg.opencms.loader.CmsJspLoader: 306] . Loader init          : JSP repository (error page committed): true
19 Dec 2004 02:21:18,244  INFO [rg.opencms.loader.CmsJspLoader: 307] . Loader init          : org.opencms.loader.CmsJspLoader initialized
19 Dec 2004 02:21:18,248  INFO [ncms.loader.CmsResourceManager: 286] . Loader init          : Adding org.opencms.loader.CmsXmlPageLoader with id 9
19 Dec 2004 02:21:18,251  INFO [pencms.loader.CmsXmlPageLoader: 147] . Loader init          : org.opencms.loader.CmsXmlPageLoader initialized
19 Dec 2004 02:21:18,255  INFO [ncms.loader.CmsResourceManager: 286] . Loader init          : Adding org.opencms.loader.CmsXmlContentLoader with id 10
19 Dec 2004 02:21:18,256  INFO [cms.loader.CmsXmlContentLoader: 162] . Loader init          : org.opencms.loader.CmsXmlContentLoader initialized
19 Dec 2004 02:21:18,264  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding com.opencms.legacy.CmsResourceTypeXMLTemplate with id 4
19 Dec 2004 02:21:18,276 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:XMLTemplate, Id=4, LoaderId=3
19 Dec 2004 02:21:18,295  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeFolder with id 0
19 Dec 2004 02:21:18,297 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:folder, Id=0, LoaderId=-1
19 Dec 2004 02:21:18,301 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.txt) added to [ResourceType]:plain, Id=3, LoaderId=1
19 Dec 2004 02:21:18,302 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.html) added to [ResourceType]:plain, Id=3, LoaderId=1
19 Dec 2004 02:21:18,303 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.htm) added to [ResourceType]:plain, Id=3, LoaderId=1
19 Dec 2004 02:21:18,305  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypePlain with id 3
19 Dec 2004 02:21:18,306  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.txt' to resource type plain
19 Dec 2004 02:21:18,308  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.html' to resource type plain
19 Dec 2004 02:21:18,309  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.htm' to resource type plain
19 Dec 2004 02:21:18,310 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:plain, Id=3, LoaderId=1
19 Dec 2004 02:21:18,313  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypePointer with id 99
19 Dec 2004 02:21:18,315 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:pointer, Id=99, LoaderId=4
19 Dec 2004 02:21:18,319 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.pdf) added to [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,322 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.zip) added to [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,323 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.class) added to [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,324 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.ppt) added to [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,326 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.doc) added to [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,327 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.xls) added to [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,328  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeBinary with id 5
19 Dec 2004 02:21:18,329  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.pdf' to resource type binary
19 Dec 2004 02:21:18,331  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.zip' to resource type binary
19 Dec 2004 02:21:18,332  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.class' to resource type binary
19 Dec 2004 02:21:18,333  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.ppt' to resource type binary
19 Dec 2004 02:21:18,334  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.doc' to resource type binary
19 Dec 2004 02:21:18,335  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.xls' to resource type binary
19 Dec 2004 02:21:18,336 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:18,340 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.jpeg) added to [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,343 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.jpg) added to [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,344 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.gif) added to [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,345 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.png) added to [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,346 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.tif) added to [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,347 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.tiff) added to [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,350  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeImage with id 6
19 Dec 2004 02:21:18,352  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.jpeg' to resource type image
19 Dec 2004 02:21:18,355  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.jpg' to resource type image
19 Dec 2004 02:21:18,356  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.gif' to resource type image
19 Dec 2004 02:21:18,357  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.png' to resource type image
19 Dec 2004 02:21:18,359  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.tif' to resource type image
19 Dec 2004 02:21:18,360  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.tiff' to resource type image
19 Dec 2004 02:21:18,363 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:18,367 DEBUG [s.file.types.A_CmsResourceType:  94] addMapping(.jsp) added to [ResourceType]:jsp, Id=8, LoaderId=6
19 Dec 2004 02:21:18,370  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeJsp with id 8
19 Dec 2004 02:21:18,371  INFO [ncms.loader.CmsResourceManager: 716] . File mapping         : Map '.jsp' to resource type jsp
19 Dec 2004 02:21:18,372 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:jsp, Id=8, LoaderId=6
19 Dec 2004 02:21:18,377  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeXmlPage with id 10
19 Dec 2004 02:21:18,383 DEBUG [s.file.types.A_CmsResourceType: 325] initConfiguration() called on [ResourceType]:xmlpage, Id=10, LoaderId=9
19 Dec 2004 02:21:18,388  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeXmlContent with id 11
19 Dec 2004 02:21:18,394  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeGallery with id 15
19 Dec 2004 02:21:18,396  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeGallery with id 16
19 Dec 2004 02:21:18,398  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeGallery with id 17
19 Dec 2004 02:21:18,400  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeGallery with id 18
19 Dec 2004 02:21:18,427  INFO [ncms.loader.CmsResourceManager: 204] . VFS configuration    : added collector class 'org.opencms.file.CmsDefaultResourceCollector' with order 100
19 Dec 2004 02:21:18,428  INFO [ncms.loader.CmsResourceManager: 243] . VFS configuration    : added new collector named 'singleFile'
19 Dec 2004 02:21:18,431  INFO [ncms.loader.CmsResourceManager: 243] . VFS configuration    : added new collector named 'allInFolder'
19 Dec 2004 02:21:18,434  INFO [ncms.loader.CmsResourceManager: 243] . VFS configuration    : added new collector named 'allInFolderDateReleasedDesc'
19 Dec 2004 02:21:18,435  INFO [ncms.loader.CmsResourceManager: 243] . VFS configuration    : added new collector named 'allInSubTree'
19 Dec 2004 02:21:18,436  INFO [ncms.loader.CmsResourceManager: 243] . VFS configuration    : added new collector named 'allInSubTreeDateReleasedDesc'
19 Dec 2004 02:21:18,437  INFO [ncms.loader.CmsResourceManager: 564] . Loader configuration : loaded
19 Dec 2004 02:21:18,439  INFO [figuration.CmsVfsConfiguration: 241] . Default file         : 1 - index.html
19 Dec 2004 02:21:18,441  INFO [figuration.CmsVfsConfiguration: 241] . Default file         : 2 - index.jsp
19 Dec 2004 02:21:18,444  INFO [figuration.CmsVfsConfiguration: 255] . File translation     : adding rule [s#[\s]+#_#g]
19 Dec 2004 02:21:18,445  INFO [figuration.CmsVfsConfiguration: 255] . File translation     : adding rule [s#\\#/#g]
19 Dec 2004 02:21:18,448  INFO [figuration.CmsVfsConfiguration: 255] . File translation     : adding rule [s#[^0-9a-zA-Z_\.\-\/]#!#g]
19 Dec 2004 02:21:18,450  INFO [figuration.CmsVfsConfiguration: 255] . File translation     : adding rule [s#!+#x#g]
19 Dec 2004 02:21:18,451  INFO [figuration.CmsVfsConfiguration: 530] . File translation     : enabled
19 Dec 2004 02:21:18,452  INFO [figuration.CmsVfsConfiguration: 544] . Folder translation   : disabled
19 Dec 2004 02:21:18,454  INFO [s.xml.CmsXmlContentTypeManager: 100] . XML content config   : starting
19 Dec 2004 02:21:18,458  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlBooleanWidget' alias 'BooleanWidget'
19 Dec 2004 02:21:18,464  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlColorpickerWidget' alias 'ColorpickerWidget'
19 Dec 2004 02:21:18,467  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlDateTimeWidget' alias 'DateTimeWidget'
19 Dec 2004 02:21:18,468  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlHtmlWidget' alias 'HtmlWidget'
19 Dec 2004 02:21:18,469  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlStringWidget' alias 'StringWidget'
19 Dec 2004 02:21:18,473  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlVfsFileWidget' alias 'VfsFileWidget'
19 Dec 2004 02:21:18,478  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlImageGalleryWidget' alias 'ImageWidget'
19 Dec 2004 02:21:18,483  INFO [s.xml.CmsXmlContentTypeManager: 235] . XML content config   : added widget 'org.opencms.workplace.xmlwidgets.CmsXmlHtmlGalleryWidget' alias 'HtmlGalleryWidget'
19 Dec 2004 02:21:18,487  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsBoolean' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlBooleanWidget'
19 Dec 2004 02:21:18,490  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsColor' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlColorpickerWidget'
19 Dec 2004 02:21:18,492  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsDateTime' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlDateTimeWidget'
19 Dec 2004 02:21:18,495  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsHtml' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlHtmlWidget'
19 Dec 2004 02:21:18,498  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsLocale' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlStringWidget'
19 Dec 2004 02:21:18,499  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsString' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlStringWidget'
19 Dec 2004 02:21:18,504  INFO [s.xml.CmsXmlContentTypeManager: 197] . XML content config   : added schema type 'OpenCmsVfsFile' using default widget 'org.opencms.workplace.xmlwidgets.CmsXmlVfsFileWidget'
19 Dec 2004 02:21:18,505  INFO [figuration.CmsVfsConfiguration: 567] . XML content config   : finished
19 Dec 2004 02:21:18,506  INFO [figuration.CmsVfsConfiguration: 517] . VFS configuration    : finished
19 Dec 2004 02:21:18,508 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-workplace.xml
19 Dec 2004 02:21:18,508 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-workplace.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-18_opencms-workplace.xml
19 Dec 2004 02:21:18,715  INFO [.workplace.CmsWorkplaceManager: 167] . Workplace init       : starting
19 Dec 2004 02:21:18,746  INFO [.workplace.CmsWorkplaceManager: 749] . Workplace init       : Default locale is 'en'
19 Dec 2004 02:21:18,748  INFO [.workplace.CmsWorkplaceManager: 286] . Workplace localized  : /system/workplace/
19 Dec 2004 02:21:18,749  INFO [.workplace.CmsWorkplaceManager: 286] . Workplace localized  : /system/login/
19 Dec 2004 02:21:18,773  INFO [.workplace.CmsWorkplaceManager: 197] . Adding dialog handler: class_dialog_delete - org.opencms.workplace.commons.CmsDelete
19 Dec 2004 02:21:18,777  INFO [.workplace.CmsWorkplaceManager: 197] . Adding dialog handler: class_dialog_lock - org.opencms.workplace.commons.CmsLock
19 Dec 2004 02:21:18,796  INFO [.workplace.CmsWorkplaceManager: 197] . Adding dialog handler: class_dialog_property - org.opencms.workplace.commons.CmsPropertyAdvanced
19 Dec 2004 02:21:18,798  INFO [.workplace.CmsWorkplaceManager: 818] . Editor handler class : org.opencms.workplace.editors.CmsEditorHandler
19 Dec 2004 02:21:18,804  INFO [.workplace.CmsWorkplaceManager: 792] . Editor action class  : org.opencms.workplace.editors.CmsEditorActionDefault
19 Dec 2004 02:21:18,809  INFO [.workplace.CmsWorkplaceManager: 259] . Adding export point  : /system/workplace/resources/ --> /shared/Projects/personal/opencms/src/build/test/data/resources/
19 Dec 2004 02:21:18,811  INFO [.workplace.CmsWorkplaceManager: 719] . Auto lock feature    : enabled
19 Dec 2004 02:21:18,812  INFO [.workplace.CmsWorkplaceManager: 868] . User management icon : enabled
19 Dec 2004 02:21:18,813  INFO [.workplace.CmsWorkplaceManager: 763] . Properties on struct : true
19 Dec 2004 02:21:18,815  INFO [.workplace.CmsWorkplaceManager: 832] . Adv. property dialog : Show tabs
19 Dec 2004 02:21:18,816  INFO [.workplace.CmsWorkplaceManager: 854] . File max. upload size: unlimited
19 Dec 2004 02:21:18,824 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 10
19 Dec 2004 02:21:18,825 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource_folder.jsp
19 Dec 2004 02:21:18,827 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:18,828 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:18,829 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:18,831 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:18,832 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, true
19 Dec 2004 02:21:18,840 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:18,841 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:18,843 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:18,844 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:18,845 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:18,847 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:18,850 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:18,851 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:18,853 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:18,854 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:18,855 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:18,857 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:18,858 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:18,862 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:18,863 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:18,865 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 305
19 Dec 2004 02:21:18,866 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 310
19 Dec 2004 02:21:18,867 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:18,869 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:18,870 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:18,873 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: folder
19 Dec 2004 02:21:18,874 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.folder
19 Dec 2004 02:21:18,875 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: folder.gif
19 Dec 2004 02:21:18,876 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:18,878  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : folder
19 Dec 2004 02:21:18,879 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 11
19 Dec 2004 02:21:18,880 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?page=gallery
19 Dec 2004 02:21:18,884 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: gallery
19 Dec 2004 02:21:18,885 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.gallery
19 Dec 2004 02:21:18,886 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: gallery.gif
19 Dec 2004 02:21:18,887 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: folder
19 Dec 2004 02:21:18,888  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : gallery
19 Dec 2004 02:21:18,890 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 12
19 Dec 2004 02:21:18,891 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?page=structurecontent
19 Dec 2004 02:21:18,897 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: structurecontent
19 Dec 2004 02:21:18,898 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.structurecontent
19 Dec 2004 02:21:18,899 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: xmlcontent.gif
19 Dec 2004 02:21:18,900 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: xmlcontent
19 Dec 2004 02:21:18,902  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : structurecontent
19 Dec 2004 02:21:18,904 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 10
19 Dec 2004 02:21:18,905 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=imagegallery
19 Dec 2004 02:21:18,908 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:18,910 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:18,911 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:18,912 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:18,913 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, true
19 Dec 2004 02:21:18,916 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:18,930 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:18,933 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:18,934 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:18,936 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:18,937 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:18,939 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:18,940 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.opengallery, 80
19 Dec 2004 02:21:18,942 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:18,945 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:18,947 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:18,948 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:18,950 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:18,953 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:18,954 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:18,955 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:18,958 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:18,961 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 305
19 Dec 2004 02:21:18,963 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 310
19 Dec 2004 02:21:18,964 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:18,966 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:18,967 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:18,968 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: imagegallery
19 Dec 2004 02:21:18,970 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.imagegallery
19 Dec 2004 02:21:18,972 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: imagegallery.gif
19 Dec 2004 02:21:18,973 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:18,974  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : imagegallery
19 Dec 2004 02:21:18,976 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 20
19 Dec 2004 02:21:18,977 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=downloadgallery
19 Dec 2004 02:21:18,979 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: downloadgallery
19 Dec 2004 02:21:18,983 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.downloadgallery
19 Dec 2004 02:21:18,984 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: downloadgallery.gif
19 Dec 2004 02:21:18,985 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: imagegallery
19 Dec 2004 02:21:18,986  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : downloadgallery
19 Dec 2004 02:21:18,998 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 30
19 Dec 2004 02:21:18,999 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=linkgallery
19 Dec 2004 02:21:19,000 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: linkgallery
19 Dec 2004 02:21:19,003 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.linkgallery
19 Dec 2004 02:21:19,004 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: linkgallery.gif
19 Dec 2004 02:21:19,005 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: imagegallery
19 Dec 2004 02:21:19,006  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : linkgallery
19 Dec 2004 02:21:19,007 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 40
19 Dec 2004 02:21:19,009 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=htmlgallery
19 Dec 2004 02:21:19,010 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: htmlgallery
19 Dec 2004 02:21:19,012 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.htmlgallery
19 Dec 2004 02:21:19,013 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: htmlgallery.gif
19 Dec 2004 02:21:19,014 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: imagegallery
19 Dec 2004 02:21:19,016  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : htmlgallery
19 Dec 2004 02:21:19,017 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 500
19 Dec 2004 02:21:19,018 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=xmlcontent
19 Dec 2004 02:21:19,020 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,023 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,025 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,028 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,029 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Keywords
19 Dec 2004 02:21:19,031 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Description
19 Dec 2004 02:21:19,032 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, true
19 Dec 2004 02:21:19,034 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,037 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,039 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,040 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,041 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,045 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,046 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,047 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.edit, 80
19 Dec 2004 02:21:19,050 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:19,051 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,053 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,055 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,057 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,059 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,061 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,064 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,066 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,067 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,068 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,070 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 305
19 Dec 2004 02:21:19,071 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 310
19 Dec 2004 02:21:19,072 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 330
19 Dec 2004 02:21:19,075 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editcontrolfile, 335
19 Dec 2004 02:21:19,077 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,078 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,080 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,081 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,083 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: xmlcontent
19 Dec 2004 02:21:19,085 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.xmlcontent
19 Dec 2004 02:21:19,087 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: xmlcontent.gif
19 Dec 2004 02:21:19,088 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,089  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : xmlcontent
19 Dec 2004 02:21:19,091 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 20
19 Dec 2004 02:21:19,092 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource_xmlpage.jsp
19 Dec 2004 02:21:19,093 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,097 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,100 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,102 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,104 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Keywords
19 Dec 2004 02:21:19,105 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Description
19 Dec 2004 02:21:19,107 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, true
19 Dec 2004 02:21:19,108 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,111 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,112 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,113 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,115 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,116 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,118 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,119 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.pageedit, 80
19 Dec 2004 02:21:19,122 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editsource, 90
19 Dec 2004 02:21:19,123 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:19,124 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,125 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,127 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,128 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,129 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,132 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,134 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,136 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,137 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,141 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,142 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 305
19 Dec 2004 02:21:19,144 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 310
19 Dec 2004 02:21:19,146 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 330
19 Dec 2004 02:21:19,148 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editcontrolfile, 335
19 Dec 2004 02:21:19,149 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,152 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,153 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,154 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,157 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: xmlpage
19 Dec 2004 02:21:19,159 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.xmlpage
19 Dec 2004 02:21:19,160 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: page.gif
19 Dec 2004 02:21:19,161 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,162  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : xmlpage
19 Dec 2004 02:21:19,164 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 30
19 Dec 2004 02:21:19,165 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=plain
19 Dec 2004 02:21:19,166 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,169 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,170 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,171 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,173 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: export
19 Dec 2004 02:21:19,174 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, true
19 Dec 2004 02:21:19,175 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,176 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,179 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,181 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,182 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,183 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,184 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,187 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editsource, 80
19 Dec 2004 02:21:19,188 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:19,191 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,192 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,194 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,197 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,199 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,201 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,202 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,205 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,207 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,208 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,218 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 310
19 Dec 2004 02:21:19,220 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 320
19 Dec 2004 02:21:19,221 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,223 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,226 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,228 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,229 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: plain
19 Dec 2004 02:21:19,230 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.plain
19 Dec 2004 02:21:19,231 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: plain.gif
19 Dec 2004 02:21:19,232 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,323  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : plain
19 Dec 2004 02:21:19,325 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 40
19 Dec 2004 02:21:19,326 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: 
19 Dec 2004 02:21:19,328 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,329 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,330 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,333 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,335 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Description
19 Dec 2004 02:21:19,337 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, false
19 Dec 2004 02:21:19,347 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,349 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,351 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,352 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,376 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,378 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,379 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,380 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,381 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,383 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,384 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.replace, 185
19 Dec 2004 02:21:19,387 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,388 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,390 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,391 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,392 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,393 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,395 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,397 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 310
19 Dec 2004 02:21:19,399 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 320
19 Dec 2004 02:21:19,401 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,403 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,405 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,406 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,407 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: image
19 Dec 2004 02:21:19,409 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.image
19 Dec 2004 02:21:19,410 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: image.gif
19 Dec 2004 02:21:19,411 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,413  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : image
19 Dec 2004 02:21:19,415 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 50
19 Dec 2004 02:21:19,416 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource.jsp?newresourcetype=jsp
19 Dec 2004 02:21:19,417 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,420 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v
19 Dec 2004 02:21:19,421 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v
19 Dec 2004 02:21:19,422 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,424 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: cache
19 Dec 2004 02:21:19,425 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: content-encoding
19 Dec 2004 02:21:19,426 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: export
19 Dec 2004 02:21:19,427 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, false
19 Dec 2004 02:21:19,430 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,431 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,432 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,435 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,436 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,438 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,439 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,442 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editsource, 80
19 Dec 2004 02:21:19,443 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:19,444 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,446 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,448 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,450 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,452 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,456 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,458 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,459 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,461 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,464 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,466 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 310
19 Dec 2004 02:21:19,467 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 320
19 Dec 2004 02:21:19,470 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,474 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,476 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,477 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,478 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: jsp
19 Dec 2004 02:21:19,479 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.jsp
19 Dec 2004 02:21:19,480 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: jsp.gif
19 Dec 2004 02:21:19,483 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,484  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : jsp
19 Dec 2004 02:21:19,485 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 60
19 Dec 2004 02:21:19,487 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: 
19 Dec 2004 02:21:19,489 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,491 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,492 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,496 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,497 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, false
19 Dec 2004 02:21:19,498 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,500 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,501 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,502 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,517 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,518 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,519 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,520 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,524 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,525 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,527 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.replace, 185
19 Dec 2004 02:21:19,530 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,532 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,534 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,536 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,537 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,538 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,539 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,542 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 310
19 Dec 2004 02:21:19,544 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 320
19 Dec 2004 02:21:19,547 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,548 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,549 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,551 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,552 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: binary
19 Dec 2004 02:21:19,555 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.binary
19 Dec 2004 02:21:19,556 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: binary.gif
19 Dec 2004 02:21:19,557 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,558  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : binary
19 Dec 2004 02:21:19,560 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 70
19 Dec 2004 02:21:19,561 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource_pointer.jsp
19 Dec 2004 02:21:19,562 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,565 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,566 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,568 DEBUG [plorer.CmsExplorerTypeSettings: 146] Adding property: Title
19 Dec 2004 02:21:19,569 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: true, false
19 Dec 2004 02:21:19,570 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,572 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,574 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,577 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,578 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,579 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,581 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,582 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editlink, 80
19 Dec 2004 02:21:19,583 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:19,584 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,590 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,591 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,596 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,597 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,599 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,600 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,601 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 310
19 Dec 2004 02:21:19,604 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.chnav, 320
19 Dec 2004 02:21:19,605 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,606 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,607 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,609 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,612 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: pointer
19 Dec 2004 02:21:19,613 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.pointer
19 Dec 2004 02:21:19,616 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: pointer.gif
19 Dec 2004 02:21:19,617 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,618  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : pointer
19 Dec 2004 02:21:19,620 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 80
19 Dec 2004 02:21:19,621 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: 
19 Dec 2004 02:21:19,622 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,623 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v
19 Dec 2004 02:21:19,626 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v
19 Dec 2004 02:21:19,627 DEBUG [plorer.CmsExplorerTypeSettings: 463] Setting property defaults: false, false
19 Dec 2004 02:21:19,628 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.lock, 10
19 Dec 2004 02:21:19,630 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.overridelock, 20
19 Dec 2004 02:21:19,636 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.unlock, 30
19 Dec 2004 02:21:19,638 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 40
19 Dec 2004 02:21:19,639 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copytoproject, 50
19 Dec 2004 02:21:19,642 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.publish, 60
19 Dec 2004 02:21:19,643 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 70
19 Dec 2004 02:21:19,644 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.editsource, 80
19 Dec 2004 02:21:19,645 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 100
19 Dec 2004 02:21:19,647 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.copy, 150
19 Dec 2004 02:21:19,648 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.move, 170
19 Dec 2004 02:21:19,649 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.delete, 180
19 Dec 2004 02:21:19,652 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.touch, 190
19 Dec 2004 02:21:19,654 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undochanges, 200
19 Dec 2004 02:21:19,658 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.undelete, 210
19 Dec 2004 02:21:19,660 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 240
19 Dec 2004 02:21:19,661 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.showsiblings, 250
19 Dec 2004 02:21:19,662 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 260
19 Dec 2004 02:21:19,663 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.access, 300
19 Dec 2004 02:21:19,667 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.type, 310
19 Dec 2004 02:21:19,668 DEBUG [plorer.CmsExplorerTypeSettings: 132] Adding menu separator: 340
19 Dec 2004 02:21:19,669 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.history, 350
19 Dec 2004 02:21:19,671 DEBUG [plorer.CmsExplorerTypeSettings: 111] Adding menu entry: explorer.context.property, 360
19 Dec 2004 02:21:19,672 DEBUG [plorer.CmsExplorerTypeSettings: 174] Creating context menu for null.
19 Dec 2004 02:21:19,673 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: XMLTemplate
19 Dec 2004 02:21:19,675 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.XMLTemplate
19 Dec 2004 02:21:19,678 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: xmltemplate.gif
19 Dec 2004 02:21:19,679 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,680  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : XMLTemplate
19 Dec 2004 02:21:19,682 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 90
19 Dec 2004 02:21:19,683 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource_sibling.jsp
19 Dec 2004 02:21:19,685 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,687 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,689 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,690 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: link
19 Dec 2004 02:21:19,691 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.link
19 Dec 2004 02:21:19,692 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: link.gif
19 Dec 2004 02:21:19,693 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,697  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : link
19 Dec 2004 02:21:19,699 DEBUG [plorer.CmsExplorerTypeSettings: 402] Setting new resource order: 100
19 Dec 2004 02:21:19,701 DEBUG [plorer.CmsExplorerTypeSettings: 431] Setting new resource uri: newresource_upload.jsp
19 Dec 2004 02:21:19,703 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,704 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,705 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,706 DEBUG [plorer.CmsExplorerTypeSettings: 389] Setting name: upload
19 Dec 2004 02:21:19,707 DEBUG [plorer.CmsExplorerTypeSettings: 377] Setting key: fileicon.upload
19 Dec 2004 02:21:19,708 DEBUG [plorer.CmsExplorerTypeSettings: 365] Setting icon: upload.gif
19 Dec 2004 02:21:19,710 DEBUG [plorer.CmsExplorerTypeSettings: 475] Setting reference: null
19 Dec 2004 02:21:19,711  INFO [.workplace.CmsWorkplaceManager: 215] . Adding type setting  : upload
19 Dec 2004 02:21:19,713 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Administrators, +r+v+w+c
19 Dec 2004 02:21:19,715 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Projectmanagers, +r+v+w+c
19 Dec 2004 02:21:19,716 DEBUG [explorer.CmsExplorerTypeAccess:  77] Adding entry: GROUP.Users, +r+v+w+c
19 Dec 2004 02:21:19,733  INFO [.workplace.CmsWorkplaceManager: 778] . Workplace init       : Default user settings are org.opencms.configuration.CmsDefaultUserSettings at 187c55c
19 Dec 2004 02:21:19,735  INFO [tion.CmsWorkplaceConfiguration: 888] . Workplace init       : finished
19 Dec 2004 02:21:19,736  INFO [tion.CmsWorkplaceConfiguration: 876] . Workplace config     : finished
19 Dec 2004 02:21:19,737 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-importexport.xml
19 Dec 2004 02:21:19,738 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-importexport.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-19_opencms-importexport.xml
19 Dec 2004 02:21:19,809  INFO [texport.CmsImportExportManager: 103] . Import manager init  : starting
19 Dec 2004 02:21:19,896  INFO [n.CmsImportExportConfiguration: 469] . Import manager init  : finished
19 Dec 2004 02:21:19,898  INFO [n.CmsImportExportConfiguration: 457] . Import configuration : finished
19 Dec 2004 02:21:19,914  INFO [n.CmsImportExportConfiguration: 481] . Static export manager settings init  : finished
19 Dec 2004 02:21:19,915 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-search.xml
19 Dec 2004 02:21:19,919 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-search.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-19_opencms-search.xml
19 Dec 2004 02:21:20,018  INFO [uration.CmsSearchConfiguration: 361] . Search manager init  : finished
19 Dec 2004 02:21:20,019  INFO [uration.CmsSearchConfiguration: 348] . Search configuration : finished
19 Dec 2004 02:21:20,026 DEBUG [ration.CmsConfigurationManager: 470] XML input file URL is file:/shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-modules.xml
19 Dec 2004 02:21:20,060 DEBUG [ration.CmsConfigurationManager: 414] Creating configuration backup of /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/opencms-modules.xml in /shared/Projects/personal/opencms/src/build/test/data/WEB-INF/config/backup/2004-12-19_02-21-20_opencms-modules.xml
19 Dec 2004 02:21:20,088 DEBUG [cms.module.CmsModuleXmlHandler: 463] Added module resource: /types/
19 Dec 2004 02:21:20,092 DEBUG [cms.module.CmsModuleXmlHandler: 452] Added module parameter key: param1 value: value1
19 Dec 2004 02:21:20,095 DEBUG [cms.module.CmsModuleXmlHandler: 452] Added module parameter key: param2 value: value2
19 Dec 2004 02:21:20,132 DEBUG [  org.opencms.module.CmsModule: 210] Created module instance named 'org.opencms.configuration.TestModule1'
19 Dec 2004 02:21:20,143  INFO [pencms.module.CmsModuleManager:  87] . Module configuration : created module manager
19 Dec 2004 02:21:20,144  INFO [pencms.module.CmsModuleManager:  95] . Module configuration : configured module org.opencms.configuration.TestModule1
19 Dec 2004 02:21:20,148  INFO [pencms.module.CmsModuleManager: 101] . Module configuration : 1 modules configured
19 Dec 2004 02:21:20,149  INFO [uration.CmsModuleConfiguration: 158] . Module configuration : finished
19 Dec 2004 02:21:20,152  INFO [  org.opencms.main.OpenCmsCore: 937] . OpenCms encoding     : ISO-8859-1
19 Dec 2004 02:21:20,153  INFO [org.opencms.main.CmsSystemInfo: 553] . Encoding set to      : ISO-8859-1
19 Dec 2004 02:21:20,154  INFO [encms.monitor.CmsMemoryMonitor: 299] . MM interval log      : 2 min
19 Dec 2004 02:21:20,155  INFO [encms.monitor.CmsMemoryMonitor: 300] . MM interval email    : 43200 min
19 Dec 2004 02:21:20,155  INFO [encms.monitor.CmsMemoryMonitor: 301] . MM interval warning  : 43200 min
19 Dec 2004 02:21:20,156  INFO [encms.monitor.CmsMemoryMonitor: 302] . MM max usage         : 90%
19 Dec 2004 02:21:20,157  INFO [encms.monitor.CmsMemoryMonitor: 304] . MM email             : disabled
19 Dec 2004 02:21:20,158 DEBUG [encms.monitor.CmsMemoryMonitor: 319]  New instance of CmsMemoryMonitor created at Sun Dec 19 02:21:20 CET 2004
19 Dec 2004 02:21:20,213  INFO [cms.util.CmsResourceTranslator: 125] . Resource translation : 0 rules initialized
19 Dec 2004 02:21:20,214  INFO [cms.util.CmsResourceTranslator: 125] . Resource translation : 4 rules initialized
19 Dec 2004 02:21:20,215  INFO [  org.opencms.main.OpenCmsCore: 984] . Flex cache init      : starting
19 Dec 2004 02:21:20,225  INFO [ org.opencms.flex.CmsFlexCache: 266] FlexCache: Initializing with parameters enabled=true cacheOffline=false
19 Dec 2004 02:21:20,226  INFO [  org.opencms.main.OpenCmsCore: 991] . Flex cache init      : finished
19 Dec 2004 02:21:20,229  INFO [rg.opencms.loader.CmsJspLoader: 423] . Loader init          : Flex cache added to JSP loader
19 Dec 2004 02:21:20,319  INFO [rg.opencms.db.CmsDriverManager: 352] . Driver manager init  : phase 1 - initializing database
19 Dec 2004 02:21:20,320  INFO [rg.opencms.db.CmsDriverManager: 370] . Driver manager init  : phase 2 - initializing pools
19 Dec 2004 02:21:20,321  INFO [rg.opencms.db.CmsDriverManager: 380] . Resource pools       : default 
19 Dec 2004 02:21:20,375  INFO [      org.opencms.db.CmsDbPool: 292] . Init. JDBC pool      : opencms:default (jdbc:postgresql://localhost:5432/opencmsdbtest)
19 Dec 2004 02:21:20,376  INFO [rg.opencms.db.CmsDriverManager: 394] . Driver manager init  : phase 3 - initializing drivers
19 Dec 2004 02:21:20,417  INFO [rg.opencms.db.CmsDriverManager:4478] . Driver init          : starting org.opencms.db.postgresql.CmsVfsDriver
19 Dec 2004 02:21:20,418  INFO [rg.opencms.db.CmsDriverManager:4484] . Driver init          : initializing org.opencms.db.postgresql.CmsVfsDriver
19 Dec 2004 02:21:20,466  INFO [encms.db.generic.CmsSqlManager: 132] . Driver SQL manager   : org.opencms.db.postgresql.CmsSqlManager
19 Dec 2004 02:21:20,467  INFO [pencms.db.generic.CmsVfsDriver: 746] . Assigned pool        : opencms:default
19 Dec 2004 02:21:20,468  INFO [rg.opencms.db.CmsDriverManager:4490] . Driver init          : ok, finished
19 Dec 2004 02:21:20,496  INFO [rg.opencms.db.CmsDriverManager:4478] . Driver init          : starting org.opencms.db.postgresql.CmsUserDriver
19 Dec 2004 02:21:20,497  INFO [rg.opencms.db.CmsDriverManager:4484] . Driver init          : initializing org.opencms.db.postgresql.CmsUserDriver
19 Dec 2004 02:21:20,629  INFO [encms.db.generic.CmsSqlManager: 132] . Driver SQL manager   : org.opencms.db.postgresql.CmsSqlManager
19 Dec 2004 02:21:20,630  INFO [encms.db.generic.CmsUserDriver: 502] . Assigned pool        : opencms:default
19 Dec 2004 02:21:20,631  INFO [encms.db.generic.CmsUserDriver: 507] . Digest configured    : MD5
19 Dec 2004 02:21:20,632  INFO [encms.db.generic.CmsUserDriver: 512] . Digest file encoding : UTF-8
19 Dec 2004 02:21:20,633  INFO [encms.db.generic.CmsUserDriver: 519] . Using digest encoding: MD5 from SUN version 1.42
19 Dec 2004 02:21:21,609  INFO [encms.db.generic.CmsUserDriver:1416] . Users and groups     : defaults initialized
19 Dec 2004 02:21:21,610  INFO [rg.opencms.db.CmsDriverManager:4490] . Driver init          : ok, finished
19 Dec 2004 02:21:21,664  INFO [rg.opencms.db.CmsDriverManager:4478] . Driver init          : starting org.opencms.db.postgresql.CmsProjectDriver
19 Dec 2004 02:21:21,665  INFO [rg.opencms.db.CmsDriverManager:4484] . Driver init          : initializing org.opencms.db.postgresql.CmsProjectDriver
19 Dec 2004 02:21:21,695  INFO [encms.db.generic.CmsSqlManager: 132] . Driver SQL manager   : org.opencms.db.postgresql.CmsSqlManager
19 Dec 2004 02:21:21,696  INFO [ms.db.generic.CmsProjectDriver: 500] . Assigned pool        : opencms:default
19 Dec 2004 02:21:21,697  INFO [rg.opencms.db.CmsDriverManager:4490] . Driver init          : ok, finished
19 Dec 2004 02:21:21,713  INFO [rg.opencms.db.CmsDriverManager:4478] . Driver init          : starting org.opencms.db.postgresql.CmsWorkflowDriver
19 Dec 2004 02:21:21,714  INFO [rg.opencms.db.CmsDriverManager:4484] . Driver init          : initializing org.opencms.db.postgresql.CmsWorkflowDriver
19 Dec 2004 02:21:21,743  INFO [encms.db.generic.CmsSqlManager: 132] . Driver SQL manager   : org.opencms.db.postgresql.CmsSqlManager
19 Dec 2004 02:21:21,744  INFO [s.db.generic.CmsWorkflowDriver: 194] . Assigned pool        : opencms:default
19 Dec 2004 02:21:21,744  INFO [rg.opencms.db.CmsDriverManager:4490] . Driver init          : ok, finished
19 Dec 2004 02:21:21,910  INFO [rg.opencms.db.CmsDriverManager:4478] . Driver init          : starting org.opencms.db.postgresql.CmsBackupDriver
19 Dec 2004 02:21:21,911  INFO [rg.opencms.db.CmsDriverManager:4484] . Driver init          : initializing org.opencms.db.postgresql.CmsBackupDriver
19 Dec 2004 02:21:21,940  INFO [encms.db.generic.CmsSqlManager: 132] . Driver SQL manager   : org.opencms.db.postgresql.CmsSqlManager
19 Dec 2004 02:21:21,941  INFO [cms.db.generic.CmsBackupDriver: 349] . Assigned pool        : opencms:default
19 Dec 2004 02:21:21,942  INFO [rg.opencms.db.CmsDriverManager:4490] . Driver init          : ok, finished
19 Dec 2004 02:21:21,943  INFO [rg.opencms.db.CmsDriverManager:3807] . Driver manager init  : phase 4 - connecting to the database
19 Dec 2004 02:21:21,950  INFO [ms.db.generic.CmsProjectDriver: 350] . Database init        : filling default values
19 Dec 2004 02:21:22,455  INFO [rg.opencms.db.CmsDriverManager: 431] . Driver manager init  : phase 4 ok - finished
19 Dec 2004 02:21:22,456  INFO [.opencms.db.CmsSecurityManager:2240] . Security manager init: ok - finished
19 Dec 2004 02:21:22,590 DEBUG [heduler.CmsSchedulerThreadPool: 195] Job execution threads will use class loader of thread: main
19 Dec 2004 02:21:22,640  INFO [s.scheduler.CmsScheduleManager: 234] . Scheduler config     : scheduler initialized
19 Dec 2004 02:21:22,641  INFO [s.scheduler.CmsScheduleManager: 255] . Scheduler config     : scheduler started
19 Dec 2004 02:21:22,644  INFO [s.scheduler.CmsScheduleManager: 256] . Scheduler config     : finished
19 Dec 2004 02:21:22,651 ERROR [.workplace.CmsWorkplaceManager: 943] Workplace init: Unable to read views folder '/system/workplace/views/', no views available!
19 Dec 2004 02:21:22,657 ERROR [tors.CmsWorkplaceEditorManager:  90] Workplace init: Unable to read editor folder '/system/workplace/editors/', editors disabled!
19 Dec 2004 02:21:22,661 ERROR [.workplace.CmsWorkplaceManager: 900] Workplace init: Unable to read locales folder '/system/workplace/locales/', locales disabled!
19 Dec 2004 02:21:22,811  INFO [.workplace.CmsWorkplaceManager: 640] . Workplace config     : vfs access initialized
19 Dec 2004 02:21:22,816 ERROR [.workplace.CmsWorkplaceManager: 648] Workplace temporary file project does not yet exist!
19 Dec 2004 02:21:22,818  INFO [.opencms.i18n.CmsLocaleManager: 566] . i18n configuration   : vfs access initialized
19 Dec 2004 02:21:22,818  INFO [rg.opencms.site.CmsSiteManager: 341] . Site roots configured: 3
19 Dec 2004 02:21:22,825  WARN [rg.opencms.site.CmsSiteManager: 354] Root folder for site server: http://localhost:8080 uri: /sites/default title: /sites/default/ does not exist (ignoring this site entry)
19 Dec 2004 02:21:22,829  WARN [rg.opencms.site.CmsSiteManager: 354] Root folder for site server: http://localhost:8081 uri: /sites/default/folder1 title: /sites/default/folder1/ does not exist (ignoring this site entry)
19 Dec 2004 02:21:22,832  WARN [rg.opencms.site.CmsSiteManager: 370] Root folder for default site server: * uri: /sites/default title: /sites/default/ does not exist (setting default site root to '/')
19 Dec 2004 02:21:22,835  INFO [rg.opencms.site.CmsSiteManager: 381] . Site root default    : server: * uri: /sites/default title: /sites/default/
19 Dec 2004 02:21:22,836  INFO [rg.opencms.site.CmsSiteManager: 386] . Site of workplace    : http://localhost:8080
19 Dec 2004 02:21:22,836 DEBUG [cexport.CmsStaticExportManager: 972] Created static export manager with CmsObject org.opencms.file.CmsObject at 1e9c82e
19 Dec 2004 02:21:22,850  INFO [cexport.CmsStaticExportManager:1007] . Static export        : enabled
19 Dec 2004 02:21:22,851  INFO [cexport.CmsStaticExportManager:1009] . Export default       : true
19 Dec 2004 02:21:22,852  INFO [cexport.CmsStaticExportManager:1010] . Export path          : /shared/Projects/personal/opencms/src/build/test/data/export/
19 Dec 2004 02:21:22,852  INFO [cexport.CmsStaticExportManager:1011] . Export rfs prefix    : /data/export
19 Dec 2004 02:21:22,857  INFO [cexport.CmsStaticExportManager:1012] . Export vfs prefix    : /data/opencms
19 Dec 2004 02:21:22,858  INFO [cexport.CmsStaticExportManager:1013] . Export link style    : absolute
19 Dec 2004 02:21:22,858  INFO [cexport.CmsStaticExportManager:1014] . Export mode          : on-demand
19 Dec 2004 02:21:22,859  INFO [cexport.CmsStaticExportManager:1015] . Export URL           : http://127.0.0.1:8080/data/handle404
19 Dec 2004 02:21:22,859  INFO [cexport.CmsStaticExportManager:1016] . Export optimization  : true
19 Dec 2004 02:21:22,860  INFO [cexport.CmsStaticExportManager:1017] . Export testresource  : /system/shared/page.dtd
19 Dec 2004 02:21:22,911  INFO [s.xml.CmsXmlContentTypeManager: 458] . XML content config   : 7 XML content schema types initialized
19 Dec 2004 02:21:22,917  INFO [pencms.module.CmsModuleManager: 419] . Module configuration : initializing module class org.opencms.module.TestModuleActionImpl
19 Dec 2004 02:21:22,918 DEBUG [encms.module.A_CmsModuleAction:  66] Module 'org.opencms.configuration.TestModule1' org.opencms.module.TestModuleActionImpl initialized
19 Dec 2004 02:21:22,919  INFO [pencms.module.CmsModuleManager: 448] . Module configuration : 1 module classes initialized
19 Dec 2004 02:21:22,920  INFO [ncms.loader.CmsResourceManager: 314] . Resource type init   : Adding org.opencms.file.types.CmsResourceTypeXmlContent with id 12
19 Dec 2004 02:21:22,920 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:XMLTemplate, Id=4, LoaderId=3
19 Dec 2004 02:21:22,924 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:folder, Id=0, LoaderId=-1
19 Dec 2004 02:21:22,925 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:plain, Id=3, LoaderId=1
19 Dec 2004 02:21:22,935 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:pointer, Id=99, LoaderId=4
19 Dec 2004 02:21:22,936 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:binary, Id=5, LoaderId=1
19 Dec 2004 02:21:22,939 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:image, Id=6, LoaderId=1
19 Dec 2004 02:21:22,940 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:jsp, Id=8, LoaderId=6
19 Dec 2004 02:21:22,941 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:xmlpage, Id=10, LoaderId=9
19 Dec 2004 02:21:22,941 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:xmlcontent, Id=11, LoaderId=10
19 Dec 2004 02:21:22,942 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:imagegallery, Id=15, LoaderId=-1
19 Dec 2004 02:21:22,943 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:linkgallery, Id=16, LoaderId=-1
19 Dec 2004 02:21:22,944 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:htmlgallery, Id=17, LoaderId=-1
19 Dec 2004 02:21:22,945 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:downloadgallery, Id=18, LoaderId=-1
19 Dec 2004 02:21:22,945 DEBUG [s.file.types.A_CmsResourceType: 340] initialize() called on [ResourceType]:article, Id=12, LoaderId=10
19 Dec 2004 02:21:22,948  INFO [ncms.loader.CmsResourceManager: 628] . Loader configuration : finished

Welcome to the OpenCms shell!


This is OpenCms 6.0 alpha 2 Caladan

Copyright (c) 2002-2004 Alkacon Software
OpenCms comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to
redistribute it under certain conditions.
Please see the GNU Lesser General Public Licence for
further details.


help              Shows this text
help *            Shows the signatures of all available methods
help {string}     Shows the signatures of all methods containing this string
exit or quit      Leaves this OpenCms Shell

Guest at Online>#
Guest at Online># Script: Setup base
Guest at Online>Guest at Online># Turn echo on
Guest at Online>Echo is now on
Guest at Online>
Guest at Online># Login the Admin user
Guest at Online>login Admin admin
You are now logged in as user 'Admin'.
Admin at Online>
Admin at Online># Create the setup project
Admin at Online>createTempfileProject
[Project]:tempFileProject , Id=3 :The project for temporary Workplace files
Admin at Online>
Admin at Online># Switch to the setup project
Admin at Online>setCurrentProject _setupProject
[Project]:_setupProject , Id=2 :Initial site import
Admin at _setupProject>
Admin at _setupProject># Initialize the default property definitions
Admin at _setupProject>createPropertydefinition Title
[Propertydefinition] name:Title id:4b94954d-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition Description
[Propertydefinition] name:Description id:4b9817c0-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition Keywords
[Propertydefinition] name:Keywords id:4b9ad6e3-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition NavText
[Propertydefinition] name:NavText id:4b9de426-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition NavPos
[Propertydefinition] name:NavPos id:4ba07c39-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition export
[Propertydefinition] name:export id:4ba3b08c-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition exportname
[Propertydefinition] name:exportname id:4ba696bf-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition default-file
[Propertydefinition] name:default-file id:4ba92ed2-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition content-encoding
[Propertydefinition] name:content-encoding id:4bad2675-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition internal
[Propertydefinition] name:internal id:4bafbe88-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition cache
[Propertydefinition] name:cache id:4bb2cbcb-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition stream
[Propertydefinition] name:stream id:4bb6001e-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition template
[Propertydefinition] name:template id:4bb8bf41-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition template-elements
[Propertydefinition] name:template-elements id:4bbbf394-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>createPropertydefinition locale
[Propertydefinition] name:locale id:4bbf7607-515c-11d9-9ae8-4b60ca370499
Admin at _setupProject>
Admin at _setupProject>
Admin at _setupProject>Admin at _setupProject>#
Admin at _setupProject># Script: Create the default folder strcuture and permissions
Admin at _setupProject>
Admin at _setupProject># Switch to the root context
Admin at _setupProject>setSiteRoot /
Admin at _setupProject>
Admin at _setupProject># Create folder structure
Admin at _setupProject>createFolder / system/
[org.opencms.file.CmsResource, path: /system/, structure id 4c144cca-515c-11d9-9ae8-4b60ca370499, resource id: 4c144ccb-515c-11d9-9ae8-4b60ca370499, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Sun Dec 19 02:21:23 CET 2004, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Sun Dec 19 02:21:23 CET 2004, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 07:12:55 CET 292278994, size: -1 sibling count: 1]
Admin at _setupProject>createFolder / sites/
[org.opencms.file.CmsResource, path: /sites/, structure id 4c20f6fc-515c-11d9-9ae8-4b60ca370499, resource id: 4c20f6fd-515c-11d9-9ae8-4b60ca370499, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Sun Dec 19 02:21:24 CET 2004, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Sun Dec 19 02:21:24 CET 2004, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 07:12:55 CET 292278994, size: -1 sibling count: 1]
Admin at _setupProject>createFolder / channels/
[org.opencms.file.CmsResource, path: /channels/, structure id 4c2cddde-515c-11d9-9ae8-4b60ca370499, resource id: 4c2cdddf-515c-11d9-9ae8-4b60ca370499, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Sun Dec 19 02:21:24 CET 2004, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Sun Dec 19 02:21:24 CET 2004, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 07:12:55 CET 292278994, size: -1 sibling count: 1]
Admin at _setupProject>createFolder /sites/ default/
[org.opencms.file.CmsResource, path: /sites/default/, structure id 4c3394a0-515c-11d9-9ae8-4b60ca370499, resource id: 4c3394a1-515c-11d9-9ae8-4b60ca370499, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Sun Dec 19 02:21:24 CET 2004, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Sun Dec 19 02:21:24 CET 2004, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 07:12:55 CET 292278994, size: -1 sibling count: 1]
Admin at _setupProject>
Admin at _setupProject># Apply folder permissions
Admin at _setupProject>chacc / group Administrators +v+w+r+c+d+i
Admin at _setupProject>chacc / group Projectmanagers +v+w+r+c+d+i
Admin at _setupProject>chacc / group Users +v+w+r+c+i
Admin at _setupProject>chacc / group Guests +v+r+i
Admin at _setupProject>------ Importing database ...
Import Version 4
Importing group group1 ...  o.k.
Importing group group2 ...  o.k.
Importing user test1 ...  o.k.
Importing user test2 ...  o.k.
 ( 1 / 62 ) Importing /sites/default/index.html ...  o.k.
 ( 2 / 62 ) Importing /sites/default/folder1/ ...  o.k.
 ( 3 / 62 ) Importing /sites/default/folder1/image1.gif ...  o.k.
 ( 4 / 62 ) Importing /sites/default/folder1/image2.gif ...  o.k.
 ( 5 / 62 ) Importing /sites/default/folder1/index.html ...  o.k.
 ( 6 / 62 ) Importing /sites/default/folder1/page1.html ...  o.k.
 ( 7 / 62 ) Importing /sites/default/folder1/page2.html ...  o.k.
 ( 8 / 62 ) Importing /sites/default/folder1/page3.html ...  o.k.
 ( 9 / 62 ) Importing /sites/default/folder1/subfolder11/ ...  o.k.
 ( 10 / 62 ) Importing /sites/default/folder1/subfolder11/index.html ...  o.k.
 ( 11 / 62 ) Importing /sites/default/folder1/subfolder11/page1.html ...  o.k.
 ( 12 / 62 ) Importing /sites/default/folder1/subfolder11/page2.html ...  o.k.
 ( 13 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/ ...  o.k.
 ( 14 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/image.gif ...  o.k.
 ( 15 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/jsp.jsp ...  o.k.
 ( 16 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/link ...  o.k.
 ( 17 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/testdata.zip ...  o.k.
 ( 18 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/text.txt ...  o.k.
 ( 19 / 62 ) Importing /sites/default/folder1/subfolder11/subsubfolder111/xml.xml ...  o.k.
 ( 20 / 62 ) Importing /sites/default/folder1/subfolder12/ ...  o.k.
 ( 21 / 62 ) Importing /sites/default/folder1/subfolder12/index.html ...  o.k.
 ( 22 / 62 ) Importing /sites/default/folder1/subfolder12/page1.html ...  o.k.
 ( 23 / 62 ) Importing /sites/default/folder1/subfolder12/page2.html ...  o.k.
 ( 24 / 62 ) Importing /sites/default/folder1/subfolder12/subsubfolder121/ ...  o.k.
 ( 25 / 62 ) Importing /sites/default/folder1/subfolder12/subsubfolder121/image1.gif ...  o.k.
 ( 26 / 62 ) Importing /sites/default/folder1/subfolder12/subsubfolder121/index.html ...  o.k.
 ( 27 / 62 ) Importing /sites/default/folder1/subfolder12/subsubfolder121/page1.html ...  o.k.
 ( 28 / 62 ) Importing /sites/default/folder2/ ...  o.k.
 ( 29 / 62 ) Importing /sites/default/folder2/image1.gif ...  o.k.
 ( 30 / 62 ) Importing /sites/default/folder2/image2.gif ...  o.k.
 ( 31 / 62 ) Importing /sites/default/folder2/index.html ...  o.k.
 ( 32 / 62 ) Importing /sites/default/folder2/page1.html ...  o.k.
 ( 33 / 62 ) Importing /sites/default/folder2/page2.html ...  o.k.
 ( 34 / 62 ) Importing /sites/default/folder2/subfolder21/ ...  o.k.
 ( 35 / 62 ) Importing /sites/default/folder2/subfolder21/image1.gif ...  o.k.
 ( 36 / 62 ) Importing /sites/default/folder2/subfolder21/index.html ...  o.k.
 ( 37 / 62 ) Importing /sites/default/folder2/subfolder21/page1.html ...  o.k.
 ( 38 / 62 ) Importing /sites/default/folder2/subfolder21/subsubfolder211/ ...  o.k.
 ( 39 / 62 ) Importing /sites/default/folder2/subfolder21/subsubfolder211/jsp1.jsp ...  o.k.
 ( 40 / 62 ) Importing /sites/default/folder2/subfolder21/subsubfolder211/jsp2.jsp ...  o.k.
 ( 41 / 62 ) Importing /sites/default/folder2/subfolder22/ ...  o.k.
 ( 42 / 62 ) Importing /sites/default/folder2/subfolder22/index.html ...  o.k.
 ( 43 / 62 ) Importing /sites/default/folder2/subfolder22/page1.html ...  o.k.
 ( 44 / 62 ) Importing /sites/default/folder2/subfolder22/page2.html ...  o.k.
 ( 45 / 62 ) Importing /sites/default/folder2/subfolder22/page3.html ...  o.k.
 ( 46 / 62 ) Importing /sites/default/folder2/subfolder22/subsubfolder221/ ...  o.k.
 ( 47 / 62 ) Importing /sites/default/folder2/subfolder22/subsubfolder221/index.html ...  o.k.
 ( 48 / 62 ) Importing /sites/default/folder2/subfolder22/subsubfolder221/jsp1.jsp ...  o.k.
 ( 49 / 62 ) Importing /sites/default/folder2/subfolder22/subsubfolder221/page1.html ...  o.k.
 ( 50 / 62 ) Importing /sites/default/types/ ...  o.k.
 ( 51 / 62 ) Importing /sites/default/types/image.gif ...  o.k.
 ( 52 / 62 ) Importing /sites/default/types/jsp.jsp ...  o.k.
 ( 53 / 62 ) Importing /sites/default/types/link ...  o.k.
 ( 54 / 62 ) Importing /sites/default/types/testdata.zip ...  o.k.
 ( 55 / 62 ) Importing /sites/default/types/text.txt ...  o.k.
 ( 56 / 62 ) Importing /sites/default/types/xml.xml ...  o.k.
 ( 57 / 62 ) Importing /sites/default/xmlcontent/ ...  o.k.
 ( 58 / 62 ) Importing /sites/default/xmlcontent/article.xsd ...  o.k.
 ( 59 / 62 ) Importing /sites/default/xmlcontent/article_0001.html ...  o.k.
 ( 60 / 62 ) Importing /sites/default/xmlcontent/article_0002.html ...  o.k.
 ( 61 / 62 ) Importing /sites/default/xmlcontent/article_0003.html ...  o.k.
 ( 62 / 62 ) Importing /sites/default/xmlcontent/article_0004.html ...  o.k.
------ ... the import is finished
19 Dec 2004 02:21:33,792 DEBUG [.opencms.i18n.CmsLocaleManager: 635] Locale manager flushed caches after recieving event EVENT_CLEAR_CACHES
19 Dec 2004 02:21:33,816 DEBUG [pencms.search.CmsSearchManager: 177] Lucene index manager catched event EVENT_CLEAR_CACHES
19 Dec 2004 02:21:33,817  INFO [ org.opencms.flex.CmsFlexCache: 664] Complete FlexCache cleared - clear() called
19 Dec 2004 02:21:33,818 DEBUG [rg.opencms.db.CmsDriverManager:1073] Handling event: 5
Admin at _setupProject>#
Admin at _setupProject># Script: Publish the current project and generate the default "Offline" project
Admin at _setupProject>
Admin at _setupProject># Publish the project
Admin at _setupProject>unlockCurrentProject
Admin at _setupProject>publishProject
19 Dec 2004 02:21:34,776  INFO [ms.db.generic.CmsProjectDriver:1288] Starting publish of project _setupProject by user Admin
------ Publishing folders ...
( 1 / 17 ) Publishing folder / ...  o.k.
19 Dec 2004 02:21:34,844 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 1 / 17 ) Publishing folder / ...  o.k.
( 2 / 17 ) Publishing folder /channels/ ...  o.k.
19 Dec 2004 02:21:34,886 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 2 / 17 ) Publishing folder /channels/ ...  o.k.
( 3 / 17 ) Publishing folder /sites/ ...  o.k.
19 Dec 2004 02:21:34,928 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 3 / 17 ) Publishing folder /sites/ ...  o.k.
( 4 / 17 ) Publishing folder /sites/default/ ...  o.k.
19 Dec 2004 02:21:34,970 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 4 / 17 ) Publishing folder /sites/default/ ...  o.k.
( 5 / 17 ) Publishing folder /sites/default/folder1/ ...  o.k.
19 Dec 2004 02:21:35,052 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 5 / 17 ) Publishing folder /sites/default/folder1/ ...  o.k.
( 6 / 17 ) Publishing folder /sites/default/folder1/subfolder11/ ...  o.k.
19 Dec 2004 02:21:35,124 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 6 / 17 ) Publishing folder /sites/default/folder1/subfolder11/ ...  o.k.
( 7 / 17 ) Publishing folder /sites/default/folder1/subfolder11/subsubfolder111/ ...  o.k.
19 Dec 2004 02:21:35,203 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 7 / 17 ) Publishing folder /sites/default/folder1/subfolder11/subsubfolder111/ ...  o.k.
( 8 / 17 ) Publishing folder /sites/default/folder1/subfolder12/ ...  o.k.
19 Dec 2004 02:21:35,280 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 8 / 17 ) Publishing folder /sites/default/folder1/subfolder12/ ...  o.k.
( 9 / 17 ) Publishing folder /sites/default/folder1/subfolder12/subsubfolder121/ ...  o.k.
19 Dec 2004 02:21:35,353 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 9 / 17 ) Publishing folder /sites/default/folder1/subfolder12/subsubfolder121/ ...  o.k.
( 10 / 17 ) Publishing folder /sites/default/folder2/ ...  o.k.
19 Dec 2004 02:21:35,428 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 10 / 17 ) Publishing folder /sites/default/folder2/ ...  o.k.
( 11 / 17 ) Publishing folder /sites/default/folder2/subfolder21/ ...  o.k.
19 Dec 2004 02:21:35,502 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 11 / 17 ) Publishing folder /sites/default/folder2/subfolder21/ ...  o.k.
( 12 / 17 ) Publishing folder /sites/default/folder2/subfolder21/subsubfolder211/ ...  o.k.
19 Dec 2004 02:21:35,578 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 12 / 17 ) Publishing folder /sites/default/folder2/subfolder21/subsubfolder211/ ...  o.k.
( 13 / 17 ) Publishing folder /sites/default/folder2/subfolder22/ ...  o.k.
19 Dec 2004 02:21:35,652 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 13 / 17 ) Publishing folder /sites/default/folder2/subfolder22/ ...  o.k.
( 14 / 17 ) Publishing folder /sites/default/folder2/subfolder22/subsubfolder221/ ...  o.k.
19 Dec 2004 02:21:35,734 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 14 / 17 ) Publishing folder /sites/default/folder2/subfolder22/subsubfolder221/ ...  o.k.
( 15 / 17 ) Publishing folder /sites/default/types/ ...  o.k.
19 Dec 2004 02:21:35,789 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 15 / 17 ) Publishing folder /sites/default/types/ ...  o.k.
( 16 / 17 ) Publishing folder /sites/default/xmlcontent/ ...  o.k.
19 Dec 2004 02:21:35,844 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 16 / 17 ) Publishing folder /sites/default/xmlcontent/ ...  o.k.
( 17 / 17 ) Publishing folder /system/ ...  o.k.
19 Dec 2004 02:21:35,889 DEBUG [ms.db.generic.CmsProjectDriver:1219] ( 17 / 17 ) Publishing folder /system/ ...  o.k.
------ ... finished publishing folders
------ Publishing files ...
( 1 / 50 ) Publishing file /sites/default/folder1/image1.gif ...  o.k.
19 Dec 2004 02:21:36,256 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 1 / 50 ) Publishing file /sites/default/folder1/image1.gif ...  o.k.
( 2 / 50 ) Publishing file /sites/default/folder1/image2.gif ...  o.k.
19 Dec 2004 02:21:36,330 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 2 / 50 ) Publishing file /sites/default/folder1/image2.gif ...  o.k.
( 3 / 50 ) Publishing file /sites/default/folder1/index.html ...  o.k.
19 Dec 2004 02:21:36,453 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 3 / 50 ) Publishing file /sites/default/folder1/index.html ...  o.k.
( 4 / 50 ) Publishing file /sites/default/folder1/page1.html ...  o.k.
19 Dec 2004 02:21:36,584 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 4 / 50 ) Publishing file /sites/default/folder1/page1.html ...  o.k.
( 5 / 50 ) Publishing file /sites/default/folder1/page2.html ...  o.k.
19 Dec 2004 02:21:36,704 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 5 / 50 ) Publishing file /sites/default/folder1/page2.html ...  o.k.
( 6 / 50 ) Publishing file /sites/default/folder1/page3.html ...  o.k.
19 Dec 2004 02:21:36,883 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 6 / 50 ) Publishing file /sites/default/folder1/page3.html ...  o.k.
( 7 / 50 ) Publishing file /sites/default/folder1/subfolder11/index.html ...  o.k.
19 Dec 2004 02:21:37,223 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 7 / 50 ) Publishing file /sites/default/folder1/subfolder11/index.html ...  o.k.
( 8 / 50 ) Publishing file /sites/default/folder1/subfolder11/page1.html ...  o.k.
19 Dec 2004 02:21:37,356 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 8 / 50 ) Publishing file /sites/default/folder1/subfolder11/page1.html ...  o.k.
( 9 / 50 ) Publishing file /sites/default/folder1/subfolder11/page2.html ...  o.k.
19 Dec 2004 02:21:37,482 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 9 / 50 ) Publishing file /sites/default/folder1/subfolder11/page2.html ...  o.k.
( 10 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/image.gif ...  o.k.
19 Dec 2004 02:21:37,600 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 10 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/image.gif ...  o.k.
( 11 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/jsp.jsp ...  o.k.
19 Dec 2004 02:21:37,698 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 11 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/jsp.jsp ...  o.k.
( 12 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/link ...  o.k.
19 Dec 2004 02:21:37,769 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 12 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/link ...  o.k.
( 13 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/testdata.zip ...  o.k.
19 Dec 2004 02:21:43,267 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 13 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/testdata.zip ...  o.k.
( 14 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/text.txt ...  o.k.
19 Dec 2004 02:21:44,109 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 14 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/text.txt ...  o.k.
( 15 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/xml.xml ...  o.k.
19 Dec 2004 02:21:45,046 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 15 / 50 ) Publishing file /sites/default/folder1/subfolder11/subsubfolder111/xml.xml ...  o.k.
( 16 / 50 ) Publishing file /sites/default/folder1/subfolder12/index.html ...  o.k.
19 Dec 2004 02:21:52,038 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 16 / 50 ) Publishing file /sites/default/folder1/subfolder12/index.html ...  o.k.
( 17 / 50 ) Publishing file /sites/default/folder1/subfolder12/page1.html ...  o.k.
19 Dec 2004 02:21:52,951 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 17 / 50 ) Publishing file /sites/default/folder1/subfolder12/page1.html ...  o.k.
( 18 / 50 ) Publishing file /sites/default/folder1/subfolder12/page2.html ...  o.k.
19 Dec 2004 02:21:53,090 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 18 / 50 ) Publishing file /sites/default/folder1/subfolder12/page2.html ...  o.k.
( 19 / 50 ) Publishing file /sites/default/folder1/subfolder12/subsubfolder121/image1.gif ...  o.k.
19 Dec 2004 02:21:53,209 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 19 / 50 ) Publishing file /sites/default/folder1/subfolder12/subsubfolder121/image1.gif ...  o.k.
( 20 / 50 ) Publishing file /sites/default/folder1/subfolder12/subsubfolder121/index.html ...  o.k.
19 Dec 2004 02:21:53,337 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 20 / 50 ) Publishing file /sites/default/folder1/subfolder12/subsubfolder121/index.html ...  o.k.
( 21 / 50 ) Publishing file /sites/default/folder1/subfolder12/subsubfolder121/page1.html ...  o.k.
19 Dec 2004 02:21:53,465 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 21 / 50 ) Publishing file /sites/default/folder1/subfolder12/subsubfolder121/page1.html ...  o.k.
( 22 / 50 ) Publishing file /sites/default/folder2/image1.gif ...  o.k.
19 Dec 2004 02:21:53,542 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 22 / 50 ) Publishing file /sites/default/folder2/image1.gif ...  o.k.
( 23 / 50 ) Publishing file /sites/default/folder2/image2.gif ...  o.k.
19 Dec 2004 02:21:53,615 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 23 / 50 ) Publishing file /sites/default/folder2/image2.gif ...  o.k.
( 24 / 50 ) Publishing file /sites/default/folder2/index.html ...  o.k.
19 Dec 2004 02:21:53,765 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 24 / 50 ) Publishing file /sites/default/folder2/index.html ...  o.k.
( 25 / 50 ) Publishing file /sites/default/folder2/page1.html ...  o.k.
19 Dec 2004 02:21:53,992 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 25 / 50 ) Publishing file /sites/default/folder2/page1.html ...  o.k.
( 26 / 50 ) Publishing file /sites/default/folder2/page2.html ...  o.k.
19 Dec 2004 02:21:54,171 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 26 / 50 ) Publishing file /sites/default/folder2/page2.html ...  o.k.
( 27 / 50 ) Publishing file /sites/default/folder2/subfolder21/image1.gif ...  o.k.
19 Dec 2004 02:21:54,297 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 27 / 50 ) Publishing file /sites/default/folder2/subfolder21/image1.gif ...  o.k.
( 28 / 50 ) Publishing file /sites/default/folder2/subfolder21/index.html ...  o.k.
19 Dec 2004 02:21:54,411 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 28 / 50 ) Publishing file /sites/default/folder2/subfolder21/index.html ...  o.k.
( 29 / 50 ) Publishing file /sites/default/folder2/subfolder21/page1.html ...  o.k.
19 Dec 2004 02:21:54,526 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 29 / 50 ) Publishing file /sites/default/folder2/subfolder21/page1.html ...  o.k.
( 30 / 50 ) Publishing file /sites/default/folder2/subfolder21/subsubfolder211/jsp1.jsp ...  o.k.
19 Dec 2004 02:21:54,618 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 30 / 50 ) Publishing file /sites/default/folder2/subfolder21/subsubfolder211/jsp1.jsp ...  o.k.
( 31 / 50 ) Publishing file /sites/default/folder2/subfolder21/subsubfolder211/jsp2.jsp ...  o.k.
19 Dec 2004 02:21:54,721 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 31 / 50 ) Publishing file /sites/default/folder2/subfolder21/subsubfolder211/jsp2.jsp ...  o.k.
( 32 / 50 ) Publishing file /sites/default/folder2/subfolder22/index.html ...  o.k.
19 Dec 2004 02:21:54,848 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 32 / 50 ) Publishing file /sites/default/folder2/subfolder22/index.html ...  o.k.
( 33 / 50 ) Publishing file /sites/default/folder2/subfolder22/page1.html ...  o.k.
19 Dec 2004 02:21:55,099 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 33 / 50 ) Publishing file /sites/default/folder2/subfolder22/page1.html ...  o.k.
( 34 / 50 ) Publishing file /sites/default/folder2/subfolder22/page2.html ...  o.k.
19 Dec 2004 02:21:55,335 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 34 / 50 ) Publishing file /sites/default/folder2/subfolder22/page2.html ...  o.k.
( 35 / 50 ) Publishing file /sites/default/folder2/subfolder22/page3.html ...  o.k.
19 Dec 2004 02:21:55,855 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 35 / 50 ) Publishing file /sites/default/folder2/subfolder22/page3.html ...  o.k.
( 36 / 50 ) Publishing file /sites/default/folder2/subfolder22/subsubfolder221/index.html ...  o.k.
19 Dec 2004 02:21:55,981 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 36 / 50 ) Publishing file /sites/default/folder2/subfolder22/subsubfolder221/index.html ...  o.k.
( 37 / 50 ) Publishing file /sites/default/folder2/subfolder22/subsubfolder221/jsp1.jsp ...  o.k.
19 Dec 2004 02:21:56,082 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 37 / 50 ) Publishing file /sites/default/folder2/subfolder22/subsubfolder221/jsp1.jsp ...  o.k.
( 38 / 50 ) Publishing file /sites/default/folder2/subfolder22/subsubfolder221/page1.html ...  o.k.
19 Dec 2004 02:21:56,217 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 38 / 50 ) Publishing file /sites/default/folder2/subfolder22/subsubfolder221/page1.html ...  o.k.
( 39 / 50 ) Publishing file /sites/default/index.html ...  o.k.
19 Dec 2004 02:21:56,329 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 39 / 50 ) Publishing file /sites/default/index.html ...  o.k.
( 40 / 50 ) Publishing file /sites/default/types/image.gif ...  o.k.
19 Dec 2004 02:21:56,386 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 40 / 50 ) Publishing file /sites/default/types/image.gif ...  o.k.
( 41 / 50 ) Publishing file /sites/default/types/jsp.jsp ...  o.k.
19 Dec 2004 02:21:56,466 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 41 / 50 ) Publishing file /sites/default/types/jsp.jsp ...  o.k.
( 42 / 50 ) Publishing file /sites/default/types/link ...  o.k.
19 Dec 2004 02:21:56,527 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 42 / 50 ) Publishing file /sites/default/types/link ...  o.k.
( 43 / 50 ) Publishing file /sites/default/types/testdata.zip ...  o.k.
19 Dec 2004 02:21:56,842 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 43 / 50 ) Publishing file /sites/default/types/testdata.zip ...  o.k.
( 44 / 50 ) Publishing file /sites/default/types/text.txt ...  o.k.
19 Dec 2004 02:21:56,897 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 44 / 50 ) Publishing file /sites/default/types/text.txt ...  o.k.
( 45 / 50 ) Publishing file /sites/default/types/xml.xml ...  o.k.
19 Dec 2004 02:21:56,953 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 45 / 50 ) Publishing file /sites/default/types/xml.xml ...  o.k.
( 46 / 50 ) Publishing file /sites/default/xmlcontent/article.xsd ...  o.k.
19 Dec 2004 02:21:57,092 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 46 / 50 ) Publishing file /sites/default/xmlcontent/article.xsd ...  o.k.
( 47 / 50 ) Publishing file /sites/default/xmlcontent/article_0001.html ...  o.k.
19 Dec 2004 02:21:57,185 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 47 / 50 ) Publishing file /sites/default/xmlcontent/article_0001.html ...  o.k.
( 48 / 50 ) Publishing file /sites/default/xmlcontent/article_0002.html ...  o.k.
19 Dec 2004 02:21:57,258 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 48 / 50 ) Publishing file /sites/default/xmlcontent/article_0002.html ...  o.k.
( 49 / 50 ) Publishing file /sites/default/xmlcontent/article_0003.html ...  o.k.
19 Dec 2004 02:21:57,331 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 49 / 50 ) Publishing file /sites/default/xmlcontent/article_0003.html ...  o.k.
( 50 / 50 ) Publishing file /sites/default/xmlcontent/article_0004.html ...  o.k.
19 Dec 2004 02:21:57,403 DEBUG [ms.db.generic.CmsProjectDriver:1008] ( 50 / 50 ) Publishing file /sites/default/xmlcontent/article_0004.html ...  o.k.
------ ... finished publishing files
19 Dec 2004 02:21:57,409  INFO [ms.db.generic.CmsProjectDriver:1486] Statistics: published files: 50, published folders: 17, deleted folders: 0, duration: 00:00:23
Statistics: published files: 50, published folders: 17, deleted folders: 0, duration: 00:00:23
19 Dec 2004 02:21:57,410 DEBUG [encms.module.A_CmsModuleAction:  96] org.opencms.module.TestModuleActionImpl publishing
19 Dec 2004 02:21:57,423  INFO [ org.opencms.flex.CmsFlexCache: 664] Complete FlexCache cleared - clear() called
19 Dec 2004 02:21:57,424 DEBUG [rg.opencms.db.CmsDriverManager:1073] Handling event: 2
19 Dec 2004 02:21:58,624 DEBUG [.opencms.db.CmsSecurityManager:4731] Access to resource /sites/default/folder2/index.html not permitted for user Export, required permissions +r not satisfied by -w+v
19 Dec 2004 02:21:58,679 DEBUG [.opencms.db.CmsSecurityManager:4731] Access to resource /sites/default/folder2/page1.html not permitted for user Export, required permissions +r not satisfied by -w+v
19 Dec 2004 02:21:58,699 DEBUG [.opencms.db.CmsSecurityManager:4731] Access to resource /sites/default/folder2/subfolder21/index.html not permitted for user Export, required permissions +r not satisfied by -w+v
19 Dec 2004 02:21:58,711 DEBUG [.opencms.db.CmsSecurityManager:4731] Access to resource /sites/default/folder2/subfolder21/page1.html not permitted for user Export, required permissions +r not satisfied by -w+v
19 Dec 2004 02:21:58,823 DEBUG [encms.module.A_CmsModuleAction:  56] org.opencms.module.TestModuleActionImpl caugth event: 2
51ff7f05-515c-11d9-9ae8-4b60ca370499
Admin at Online>Admin at Online>#
Admin at Online># Script: Create the default "Offline" project
Admin at Online>#
Admin at Online>createDefaultProject Offline The Offline Project
Admin at Offline>setSiteRoot /sites/default/
Admin at Offline>----- Starting test cases -----

Admin at Offline>Testing adding and removing elements from an XML content
19 Dec 2004 02:21:59,970 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test6.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modtests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test6.xsd">
  <Modtest language="en">
    <Test><![CDATA[Test]]></Test>
    <Title><![CDATA[This is another Value!]]></Title>
    <Title><![CDATA[This is just a modification test]]></Title>
    <Toast><![CDATA[Toast]]></Toast>
  </Modtest>
</Modtests>

19 Dec 2004 02:21:59,979 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test6.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modtests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test6.xsd">
  <Modtest language="en">
    <Test><![CDATA[Test]]></Test>
    <Title><![CDATA[This is another Value!]]></Title>
    <Title><![CDATA[This is the 2nd value.]]></Title>
    <Title><![CDATA[This is just a modification test]]></Title>
    <Title><![CDATA[This is the last value.]]></Title>
    <Toast><![CDATA[Toast]]></Toast>
  </Modtest>
</Modtests>

19 Dec 2004 02:21:59,984 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test6.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modtests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test6.xsd">
  <Modtest language="en">
    <Test><![CDATA[Test]]></Test>
    <Title><![CDATA[This is another Value!]]></Title>
    <Title><![CDATA[This is the 2nd value.]]></Title>
    <Title><![CDATA[This is just a modification test]]></Title>
    <Title><![CDATA[This is the last value.]]></Title>
    <Option><![CDATA[Optional value 0]]></Option>
    <Option><![CDATA[Optional value 1]]></Option>
    <Toast><![CDATA[Toast]]></Toast>
  </Modtest>
</Modtests>

19 Dec 2004 02:21:59,992 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test6.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modtests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test6.xsd">
  <Modtest language="en">
    <Test><![CDATA[Test]]></Test>
    <Title><![CDATA[This is another Value!]]></Title>
    <Title><![CDATA[This is the 2nd value.]]></Title>
    <Title><![CDATA[This is just a modification test]]></Title>
    <Title><![CDATA[This is the last value.]]></Title>
    <Toast><![CDATA[Toast]]></Toast>
  </Modtest>
</Modtests>

19 Dec 2004 02:21:59,997 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test6.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modtests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test6.xsd">
  <Modtest language="en">
    <Test><![CDATA[Test]]></Test>
    <Title><![CDATA[This is the 2nd value.]]></Title>
    <Title><![CDATA[This is just a modification test]]></Title>
    <Toast><![CDATA[Toast]]></Toast>
  </Modtest>
</Modtests>


Admin at Offline>Testing individual content handler for XML content
19 Dec 2004 02:22:00,140 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test3.xsd

Admin at Offline>Testing for nested XML content schemas
19 Dec 2004 02:22:00,175 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test4.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Cascadetests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test4.xsd">
  <Cascadetest language="en">
    <Title>This is a cascade test</Title>
    <Cascade>
      <Html>
        <links/>
        <content><![CDATA[
<a href="http://www.alkacon.com">Alkacon</a>
<a href="/index.html">Index page</a>
<a href="/folder1/index.html?a=b&c=d#anchor">Index page</a>
]]></content>
      </Html>
      <VfsLink>/index.html</VfsLink>
      <VfsLink>/test.html</VfsLink>
    </Cascade>
    <Cascade>
      <Html>
        <links/>
        <content><![CDATA[This is Cascade 2]]></content>
      </Html>
      <VfsLink>/index.jsp</VfsLink>
    </Cascade>
  </Cascadetest>
</Cascadetests>


Admin at Offline>Testing adding and removing nested elements from an XML content
19 Dec 2004 02:22:00,289 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Some default test value]]></Test>
      <Title/>
      <Toast/>
    </Cascade>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,295 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Some default test value]]></Test>
      <Title/>
      <Toast/>
    </Cascade>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,381 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Some default test value]]></Test>
      <Title/>
      <Toast/>
    </Cascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,442 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd

Admin at Offline>Testing access to nested schema values in XML content
19 Dec 2004 02:22:00,512 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,666 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
        <VfsLink>/system/modules/index.html</VfsLink>
        <VfsLink>/system/modules/index.html</VfsLink>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,702 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <Option><![CDATA[Default value from the appinfos]]></Option>
        <Option><![CDATA[Default value from the appinfos]]></Option>
        <VfsLink>/system/modules/index.html</VfsLink>
        <VfsLink>/system/modules/index.html</VfsLink>
        <VfsLink>/system/modules/index.html</VfsLink>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,739 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,830 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:00,881 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd

Admin at Offline>Testing the value index for nodes in the XML content
19 Dec 2004 02:22:00,936 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Toast><![CDATA[Added toast value 1]]></Toast>
    <Toast><![CDATA[Added toast value 0]]></Toast>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>


Admin at Offline>Testing mapping of the XML content GUI to different widgets
19 Dec 2004 02:22:00,966 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test5.xsd

Admin at Offline>Testing link resolver for XML content
19 Dec 2004 02:22:00,996 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test2.xsd

Admin at Offline>Testing the validation for values in the XML content
19 Dec 2004 02:22:01,268 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
  <Modcastest language="de">
    <Cascade>
      <Test><![CDATA[Some default test value]]></Test>
      <Title/>
      <Toast/>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast/>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:01,289 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,290 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,291 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,292 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,292 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,293 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,294 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,295 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,295 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,296 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,297 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,298 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,298 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,299 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,300 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,301 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,301 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,303 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,304 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,305 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]
19 Dec 2004 02:22:01,305 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]
19 Dec 2004 02:22:01,306 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,307 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,308 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Title[1]
19 Dec 2004 02:22:01,308 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:01,309 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,310 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,312 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,312 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,313 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,314 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,314 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,315 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,316 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,317 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,318 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,318 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,319 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,320 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,320 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,321 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,322 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,323 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,324 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,325 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,326 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]
19 Dec 2004 02:22:01,326 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]
19 Dec 2004 02:22:01,327 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,328 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,329 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Title[1]
19 Dec 2004 02:22:01,334 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:01,335 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]: Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning!${key:editor.xmlcontent.validation.warning.2}[!.*warn.*]
19 Dec 2004 02:22:01,336 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,337 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,338 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,339 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,339 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,340 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,342 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,347 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,348 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,349 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,350 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,350 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,351 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,352 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,353 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,353 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,354 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,355 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,356 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,357 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,357 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]
19 Dec 2004 02:22:01,358 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]
19 Dec 2004 02:22:01,359 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,359 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,360 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Title[1]
19 Dec 2004 02:22:01,361 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:01,362 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Test[1]: Test[1]: ${key:editor.xmlcontent.validation.error.1}This produces a warning and an error!${key:editor.xmlcontent.validation.error.2}[!.*err.*]
19 Dec 2004 02:22:01,363 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]: Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning and an error!${key:editor.xmlcontent.validation.warning.2}[!.*warn.*]
19 Dec 2004 02:22:01,364 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,365 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,366 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,366 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,367 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,368 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,369 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,369 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,370 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,371 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,372 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,372 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,373 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,374 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,374 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,375 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,376 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,377 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,377 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,378 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,379 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]
19 Dec 2004 02:22:01,380 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]
19 Dec 2004 02:22:01,380 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,386 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,387 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Title[1]
19 Dec 2004 02:22:01,388 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:01,389 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Test[1]: Test[1]: ${key:editor.xmlcontent.validation.error.1}This produces a warning and an error!${key:editor.xmlcontent.validation.error.2}[!.*err.*]
19 Dec 2004 02:22:01,390 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]: Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning and an error!${key:editor.xmlcontent.validation.warning.2}[!.*warn.*]
19 Dec 2004 02:22:01,390 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,391 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Toast[1]: Toast[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning but no error!${key:editor.xmlcontent.validation.warning.2}[!.*warn.*]
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[This produces a warning and an error!]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Option><![CDATA[Default value from the appinfos]]></Option>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[This produces a warning but no error!]]></Toast>
  </Modcastest>
  <Modcastest language="de">
    <Cascade>
      <Test><![CDATA[Some default test value]]></Test>
      <Title/>
      <Toast/>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast/>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:01,398 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test7.xsd">
  <Modcastest language="en">
    <Test><![CDATA[This produces a warning and an error!]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Option><![CDATA[Default value from the appinfos]]></Option>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content><![CDATA[This HTML contains an error!]]></content>
        </Html>
        <Option><![CDATA[Default value from the appinfos]]></Option>
        <VfsLink>/system/workplace/warning</VfsLink>
      </Cascade>
    </DeepCascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast><![CDATA[This produces a warning but no error!]]></Toast>
  </Modcastest>
  <Modcastest language="de">
    <Cascade>
      <Test><![CDATA[Some default test value]]></Test>
      <Title/>
      <Toast/>
    </Cascade>
    <DeepCascade>
      <Title/>
      <Cascade>
        <Html name="Html0">
          <links/>
          <content/>
        </Html>
        <VfsLink>/system/modules/index.html</VfsLink>
      </Cascade>
    </DeepCascade>
    <Toast/>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:01,450 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test7.xsd
19 Dec 2004 02:22:01,495 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,496 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,496 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,497 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,498 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,499 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,499 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,500 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,501 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,502 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,507 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:01,508 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:01,509 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:01,510 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:01,511 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]
19 Dec 2004 02:22:01,511 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]
19 Dec 2004 02:22:01,512 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,513 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error DeepCascade[1]/Cascade[1]/Html[1]: DeepCascade[1]/Cascade[1]/Html[1]: ${key:editor.xmlcontent.validation.error.1}This HTML contains an error!${key:editor.xmlcontent.validation.error.2}[!.*err.*]
19 Dec 2004 02:22:01,514 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/Option[1]
19 Dec 2004 02:22:01,515 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,516 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning DeepCascade[1]/Cascade[1]/VfsLink[1]: DeepCascade[1]/Cascade[1]/VfsLink[1]: ${key:editor.xmlcontent.validation.warning.1}/system/workplace/warning${key:editor.xmlcontent.validation.warning.2}[!/system/workplace/.*]
19 Dec 2004 02:22:01,516 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[1]/Title[1]
19 Dec 2004 02:22:01,517 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]
19 Dec 2004 02:22:01,518 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]
19 Dec 2004 02:22:01,520 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/Html[1]
19 Dec 2004 02:22:01,521 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Cascade[1]/VfsLink[1]
19 Dec 2004 02:22:01,522 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DeepCascade[2]/Title[1]
19 Dec 2004 02:22:01,523 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Option[1]
19 Dec 2004 02:22:01,524 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:01,525 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Test[1]: Test[1]: ${key:editor.xmlcontent.validation.error.1}This produces a warning and an error!${key:editor.xmlcontent.validation.error.2}[!.*err.*]
19 Dec 2004 02:22:01,526 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]: Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning and an error!${key:editor.xmlcontent.validation.warning.2}[!.*warn.*]
19 Dec 2004 02:22:01,527 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:01,529 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Toast[1]: Toast[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning but no error!${key:editor.xmlcontent.validation.warning.2}[!.*warn.*]

Admin at Offline>Extended test for the validation of values in the XML content
19 Dec 2004 02:22:01,547 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test8.xsd
19 Dec 2004 02:22:01,595 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,596 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error String[1]: String[1]: ${key:editor.xmlcontent.validation.error.1}This is a String that contains an error and a warning!${key:editor.xmlcontent.validation.error.2}[!.*[Ee]rr.*]
19 Dec 2004 02:22:01,597 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning String[1]: String[1]: ${key:editor.xmlcontent.validation.warning.1}This is a String that contains an error and a warning!${key:editor.xmlcontent.validation.warning.2}[!.*[Ww]arn.*]
19 Dec 2004 02:22:01,598 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,610 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,611 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error DateTime[1]: DateTime[1]: ${key:editor.xmlcontent.validation.error.1}invalid!${key:editor.xmlcontent.validation.error.2}[OpenCmsDateTime]
19 Dec 2004 02:22:01,612 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,623 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,624 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,639 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Color[1]
19 Dec 2004 02:22:01,641 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Color[1]: A valid HTML color value (e.g. #ffffff) is required
19 Dec 2004 02:22:01,641 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,642 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,652 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Color[1]
19 Dec 2004 02:22:01,653 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Color[1]: A valid HTML color value (e.g. #ffffff) is required
19 Dec 2004 02:22:01,654 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,654 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,665 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Color[1]
19 Dec 2004 02:22:01,666 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,667 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,679 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Color[1]
19 Dec 2004 02:22:01,681 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,684 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Locale[1]
19 Dec 2004 02:22:01,685 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Locale[1]: Locale[1]: ${key:editor.xmlcontent.validation.error.1}invalid!${key:editor.xmlcontent.validation.error.2}[de|en]
19 Dec 2004 02:22:01,686 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,697 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Color[1]
19 Dec 2004 02:22:01,699 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,699 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Locale[1]
19 Dec 2004 02:22:01,700 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Locale[1]: Locale[1]: ${key:editor.xmlcontent.validation.error.1}de_DE${key:editor.xmlcontent.validation.error.2}[de|en]
19 Dec 2004 02:22:01,701 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,716 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Color[1]
19 Dec 2004 02:22:01,718 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting DateTime[1]
19 Dec 2004 02:22:01,719 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Locale[1]
19 Dec 2004 02:22:01,720 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
<?xml version="1.0" encoding="UTF-8"?>

<Validations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test8.xsd">
  <Validation language="en">
    <String><![CDATA[This is a nice String]]></String>
    <DateTime>1103419321615</DateTime>
    <Locale>de</Locale>
    <Color>#ffffff</Color>
  </Validation>
</Validations>


Admin at Offline>Test for the validation of multiple locale values in the XML content
19 Dec 2004 02:22:01,732 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test8.xsd
19 Dec 2004 02:22:01,761 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,762 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error String[1]: String[1]: ${key:editor.xmlcontent.validation.error.1}Dieser String enth�llt einen Fehler (English: 'error') und eine Warnung!${key:editor.xmlcontent.validation.error.2}[!.*[Ee]rr.*]
19 Dec 2004 02:22:01,763 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning String[1]: String[1]: ${key:editor.xmlcontent.validation.warning.1}Dieser String enth�llt einen Fehler (English: 'error') und eine Warnung!${key:editor.xmlcontent.validation.warning.2}[!.*[Ww]arn.*]
19 Dec 2004 02:22:01,763 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting String[1]
19 Dec 2004 02:22:01,764 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error String[1]: String[1]: ${key:editor.xmlcontent.validation.error.1}This is a String that contains an error and a warning!${key:editor.xmlcontent.validation.error.2}[!.*[Ee]rr.*]
19 Dec 2004 02:22:01,765 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning String[1]: String[1]: ${key:editor.xmlcontent.validation.warning.1}This is a String that contains an error and a warning!${key:editor.xmlcontent.validation.warning.2}[!.*[Ww]arn.*]
<?xml version="1.0" encoding="UTF-8"?>

<Validations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test8.xsd">
  <Validation language="en">
    <String><![CDATA[This is a String that contains an error and a warning!]]></String>
  </Validation>
  <Validation language="de">
    <String><![CDATA[Dieser String enth�llt einen Fehler (English: 'error') und eine Warnung!]]></String>
  </Validation>
</Validations>


Admin at Offline>Testing mapping of values in the XML content
19 Dec 2004 02:22:01,791 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test8.xsd
19 Dec 2004 02:22:01,936 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test8.xsd
19 Dec 2004 02:22:01,954 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test8.xsd
19 Dec 2004 02:22:01,997 DEBUG [nt.CmsXmlContentMappingVisitor:  95] Visiting String[1]

Admin at Offline>Testing using different resource bundles in content handler for XML content

Admin at Offline>Testing macros in the XML content
19 Dec 2004 02:22:02,099 DEBUG [encms.xml.CmsXmlEntityResolver: 210] Xml entity resolver cached system id offline_http://www.opencms.org/test9.xsd
19 Dec 2004 02:22:02,103 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,104 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,105 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,110 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,111 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,111 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,113 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,114 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,114 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,115 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,116 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,119 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]:  Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning!${key:editor.xmlcontent.validation.warning.2}!.*warn.*
19 Dec 2004 02:22:02,119 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,120 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,121 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,122 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,123 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,123 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,124 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,125 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,126 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,126 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,127 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,128 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,128 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Test[1]: Test[1]: ${key:editor.xmlcontent.validation.error.1}This produces a warning and an error!${key:editor.xmlcontent.validation.error.2}!.*err.*
19 Dec 2004 02:22:02,129 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]:  Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning and an error!${key:editor.xmlcontent.validation.warning.2}!.*warn.*
19 Dec 2004 02:22:02,130 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,131 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,133 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,133 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,134 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,135 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,136 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,136 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,137 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,138 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,138 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,139 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,140 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Test[1]: Test[1]: ${key:editor.xmlcontent.validation.error.1}This produces a warning and an error!${key:editor.xmlcontent.validation.error.2}!.*err.*
19 Dec 2004 02:22:02,141 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]:  Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning and an error!${key:editor.xmlcontent.validation.warning.2}!.*warn.*
19 Dec 2004 02:22:02,142 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,143 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Toast[1]:  Toast[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning but no error!${key:editor.xmlcontent.validation.warning.2}!.*warn.*
<?xml version="1.0" encoding="UTF-8"?>

<Modcastests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/test9.xsd">
  <Modcastest language="en">
    <Test><![CDATA[This produces a warning and an error!]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Option><![CDATA[Author: Hans Mustermann (Admin), Heidestra�e 17, M�nchen - hans.mustermann at germany.de]]></Option>
    <Toast><![CDATA[This produces a warning but no error!]]></Toast>
  </Modcastest>
  <Modcastest language="de">
    <Test><![CDATA[Another Test]]></Test>
    <Cascade>
      <Test><![CDATA[Test]]></Test>
      <Title><![CDATA[This is just a modification test]]></Title>
      <Toast><![CDATA[Toast]]></Toast>
    </Cascade>
    <Option><![CDATA[Autor: Hans Mustermann (Admin), Heidestra�e 17, M�nchen - hans.mustermann at germany.de]]></Option>
    <Toast><![CDATA[Another Toast]]></Toast>
  </Modcastest>
</Modcastests>

19 Dec 2004 02:22:02,176 DEBUG [encms.xml.CmsXmlEntityResolver: 258] Successful cache lookup for content definition offline_http://www.opencms.org/test9.xsd
19 Dec 2004 02:22:02,204 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,205 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,206 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,207 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,207 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Option[1]
19 Dec 2004 02:22:02,208 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,209 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,210 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]
19 Dec 2004 02:22:02,210 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Test[1]
19 Dec 2004 02:22:02,211 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Title[1]
19 Dec 2004 02:22:02,212 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Cascade[1]/Toast[1]
19 Dec 2004 02:22:02,213 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Option[1]
19 Dec 2004 02:22:02,214 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Test[1]
19 Dec 2004 02:22:02,214 DEBUG [tent.CmsXmlContentErrorHandler:  93] Validation error Test[1]: Test[1]: ${key:editor.xmlcontent.validation.error.1}This produces a warning and an error!${key:editor.xmlcontent.validation.error.2}!.*err.*
19 Dec 2004 02:22:02,215 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Test[1]:  Test[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning and an error!${key:editor.xmlcontent.validation.warning.2}!.*warn.*
19 Dec 2004 02:22:02,216 DEBUG [CmsXmlContentValidationVisitor:  91] Visiting Toast[1]
19 Dec 2004 02:22:02,217 DEBUG [tent.CmsXmlContentErrorHandler: 112] Validation warning Toast[1]:  Toast[1]: ${key:editor.xmlcontent.validation.warning.1}This produces a warning but no error!${key:editor.xmlcontent.validation.warning.2}!.*warn.*
Admin at Offline>----- Test cases finished -----

Goodbye!
19 Dec 2004 02:22:02,218  INFO [  org.opencms.main.OpenCmsCore: 444] .
19 Dec 2004 02:22:02,219  INFO [  org.opencms.main.OpenCmsCore: 445] .
19 Dec 2004 02:22:02,219  INFO [  org.opencms.main.OpenCmsCore: 446] .                      ...............................................................
19 Dec 2004 02:22:02,220  INFO [  org.opencms.main.OpenCmsCore: 447] . Performing shutdown  : OpenCms version 6.0 alpha 2 Caladan
19 Dec 2004 02:22:02,221  INFO [  org.opencms.main.OpenCmsCore: 448] . Shutdown time        : Sun Dec 19 02:22:02 CET 2004
19 Dec 2004 02:22:02,222  INFO [pencms.module.CmsModuleManager: 467] . Module configuration : shutting down module class org.opencms.module.TestModuleActionImpl
19 Dec 2004 02:22:02,222 DEBUG [encms.module.A_CmsModuleAction: 106] Module 'org.opencms.configuration.TestModule1' org.opencms.module.TestModuleActionImpl shutting down
19 Dec 2004 02:22:02,223  INFO [pencms.module.CmsModuleManager: 479] . Module configuration : 1 module classes have been shut down
19 Dec 2004 02:22:02,223  INFO [s.scheduler.CmsScheduleManager: 373] . Shutting down        : org.opencms.scheduler.CmsScheduleManager ... ok!
19 Dec 2004 02:22:02,225  INFO [ms.db.generic.CmsProjectDriver: 331] . Shutting down        : org.opencms.db.postgresql.CmsProjectDriver ... ok!
19 Dec 2004 02:22:02,225  INFO [encms.db.generic.CmsUserDriver: 351] . Shutting down        : org.opencms.db.postgresql.CmsUserDriver ... ok!
19 Dec 2004 02:22:02,226  INFO [pencms.db.generic.CmsVfsDriver: 721] . Shutting down        : org.opencms.db.postgresql.CmsVfsDriver ... ok!
19 Dec 2004 02:22:02,227  INFO [s.db.generic.CmsWorkflowDriver: 127] . Shutting down        : org.opencms.db.postgresql.CmsWorkflowDriver ... ok!
19 Dec 2004 02:22:02,228  INFO [cms.db.generic.CmsBackupDriver: 324] . Shutting down        : org.opencms.db.postgresql.CmsBackupDriver ... ok!
19 Dec 2004 02:22:02,235 DEBUG [rg.opencms.db.CmsDriverManager:7592] . Shutting down        : closed connection pool 'opencms:default'
19 Dec 2004 02:22:02,236  INFO [rg.opencms.db.CmsDriverManager:2833] . Shutting down        : org.opencms.db.CmsDriverManager ... ok!
19 Dec 2004 02:22:02,237  INFO [.opencms.db.CmsSecurityManager:1412] . Shutting down        : org.opencms.db.CmsSecurityManager ... ok!
19 Dec 2004 02:22:02,237  INFO [  org.opencms.main.OpenCmsCore: 480] . OpenCms stopped!     : Total uptime was 00:00:53
19 Dec 2004 02:22:02,238  INFO [  org.opencms.main.OpenCmsCore: 481] .                      ...............................................................
19 Dec 2004 02:22:02,238  INFO [  org.opencms.main.OpenCmsCore: 482] .
19 Dec 2004 02:22:02,248  INFO [  org.opencms.main.OpenCmsCore: 483] .
------------- ---------------- ---------------
------------- Standard Error -----------------


Shutting down OpenCms, version 6.0 alpha 2 Caladan in web application 'data'
Shutdown completed, total uptime was 00:00:53.

------------- ---------------- ---------------

Testcase: testUnmarshalFromString took 1.031 sec
Testcase: testCmsXmlContentDefiniton took 0.026 sec
Testcase: testCreateXmlContent took 0.653 sec
Testcase: testAddRemoveElements took 0.111 sec
Testcase: testContentHandler took 0.142 sec
Testcase: testNestedSchema took 0.117 sec
Testcase: testAddRemoveNestedElements took 0.241 sec
Testcase: testAccessNestedElements took 0.426 sec
Testcase: testValueIndex took 0.015 sec
Testcase: testLayoutWidgetMapping took 0.034 sec
Testcase: testLinkResolver took 0.26 sec
Testcase: testValidation took 0.296 sec
Testcase: testValidationExtended took 0.191 sec
Testcase: testValidationLocale took 0.046 sec
Testcase: testMappings took 0.276 sec
Testcase: testResourceBundle took 0.019 sec
Testcase: testMacros took 0.156 sec


More information about the opencms-dev mailing list