Date: 2004-11-08T13:55:45
   Editor: BrianLee <[EMAIL PROTECTED]>
   Wiki: Jakarta-Slide Wiki
   Page: NamespaceNode
   URL: http://wiki.apache.org/jakarta-slide/NamespaceNode

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -15,6 +15,28 @@
 
 Client applications can not access a Namespace object directly. Instead, 
access must be requested from the Domain, which will hand out a proxy object 
(NamespaceAccessToken) that enables the client application to access the 
namespace using the helpers. Namespaces are necessarily self-contained. What 
this means is that a namespace cannot reference or contain links to another 
namespace. A namespace is typically assigned per-application, which effectively 
isolates it's data and security context from those of other applications. "
 
+Important
+
+If your the name of your namespace is not slide make sure to make the 
appropriate changes in the web.xml file, in particular the namespace parameter.
+
+{{{
+<servlet>
+...
+        <init-param>
+            <param-name>namespace</param-name>
+            <param-value>slide</param-value>
+            <description>
+                Name of the Slide namespace that should be accessed by this 
servlet. 
+                If this parameter is provided, make sure the corresponding 
namespace
+                is defined in the domain configuration file. 
+                Otherwise, the default namespace will be used, if one exists.
+            </description>
+        </init-param>
+...
+}}}
+
+See ["WebXML"] for details.
+
 {{{
 <namespace name="slide">
     <definition>

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

Reply via email to