Hello,

first of all thanks for answering. I found the slide.properties from the slide-kernel-2.0rc1.jar file and modified it's org.apache.slide.domain property to match it with the absolute path to the Domain.xml in our server. I also removed all other slide-kernel.jars except those under webapps/slide... and webapps/myapp...

Now when I'm trying to access our namespace in the Domain object it returns null. I made few checks through my test jsp page and I found out that our namespace is supposedly not initialized altough if I connect straight to Slide (http://hostname.com/slide) it works ok. If I try enumerateNamespaces() I get nothing. If I ask default namespace it returns "slide" which is ok. And when I ask for the getDomainFileName() I get just "Domain.xml" not the whole absolute path I tried to give it.

Any idea why I get this null NamespaceAccessToken or why it says our namespace is not initialized although it slide is running and the namespace can be accessed through browser?

-Ari Paasonen

---
Quote from Oliver Zeigermann's post

The location of Domain.xml is configured in slide.properties which can be found in package
org.apache.slide. Try to locate this file either in class directories or in slide-kernel.jar. If you
have found it have a look at the property "org.apache.slide.domain". I suspect you have an old version of slide-kernel.jar lying around somewhere that has this wrong path in it.
---


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to