On Wed, 2004-02-04 at 07:24, Karlheinz Toni wrote: > Hi there, > > thanx for your advice Joerg. It worked. I copied the file blocks.properties > to local.blocks.properties and excluded the deli block by > > exclude.block.deli=true > > Am I the only person, that experienced that type of error. What could be > possible reasons for that? Does anyone have an idea?
No, I also had the errors, so I added the "/" to the URLs. Fixed the catalina.out messages at least. Is this correct? shaka: diff -wruN namespaceConfig.xml~ namespaceConfig.xml --- namespaceConfig.xml~ 2004-02-03 20:57:58.000000000 -0600 +++ namespaceConfig.xml 2004-02-03 21:10:00.000000000 -0600 @@ -7,13 +7,13 @@ <!-- This makes RDFFilter throw errors! aargh <namespace> <uri>http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20030226#</uri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20030226.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20030226.rdfs</schemaVocabularyFile> </namespace> --> <namespace> <uri>http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#</uri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20021212.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20021212.rdfs</schemaVocabularyFile> </namespace> <namespace> @@ -21,14 +21,14 @@ <uri>http://www.wapforum.org/UAPROF/ccppschema-20020710#</uri> <aliasUri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20020710#</aliasUri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20020710.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20020710.rdfs</schemaVocabularyFile> </namespace> <namespace> <!-- In the RDFS uses http://www.wapforum.org/profiles/MMS/ccppschema-20010111# --> <uri>http://www.wapforum.org/profiles/MMS/ccppschema-20010111#</uri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20010111.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20010111.rdfs</schemaVocabularyFile> </namespace> <namespace> @@ -37,7 +37,7 @@ <uri>http://www.wapforum.org/UAPROF/ccppschema-20000405#</uri> <aliasUri>http://www.wapforum.org/profiles/ccppschema-20000405#</aliasUri> <aliasUri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20000405#</aliasUri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20000405.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20000405.rdfs</schemaVocabularyFile> </namespace> <namespace> @@ -46,7 +46,7 @@ <uri>http://www.wapforum.org/UAPROF/ccppschema-20010330#</uri> <aliasUri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20010330#</aliasUri> <aliasUri>http://www.wapforum.org/UAPROF/ccppschema-19991014#</aliasUri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile> </namespace> <namespace> @@ -54,7 +54,7 @@ <uri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#</uri> <aliasUri>http://www.wapforum.org/UAPROF/ccppschema-20010430#</aliasUri> - <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20010430.rdfs</schemaVocabularyFile> + <schemaVocabularyFile>/WEB-INF/deli/config/vocab/ccppschema-20010430.rdfs</schemaVocabularyFile> </namespace> </namespaceDeclaration> -- Brian Millett "Sooner or later, everyone comes to Babylon 5." -- Sinclair, "The Gathering" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
