Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv2727

Modified Files:
        Cloud.java 
Log Message:
MMB-1627


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
See also: http://www.mmbase.org/jira/browse/MMB-1627


Index: Cloud.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Cloud.java,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- Cloud.java  16 Feb 2008 22:13:53 -0000      1.65
+++ Cloud.java  17 Mar 2008 10:05:02 -0000      1.66
@@ -21,7 +21,7 @@
  * @author Rob Vermeulen
  * @author Pierre van Rooden
  * @author Jaco de Groot
- * @version $Id: Cloud.java,v 1.65 2008/02/16 22:13:53 nklasens Exp $
+ * @version $Id: Cloud.java,v 1.66 2008/03/17 10:05:02 michiel Exp $
  */
 public interface Cloud {
 
@@ -29,6 +29,15 @@
 
     public static final String PROP_SESSIONNAME = 
"org.mmbase.cloud.sessionname";
 
+
+    /**
+     * If you set this property on the cloud to true, validation errors will 
not be fatal, and nodes
+     * can be saved anyways.
+     *
+     * @since MMBase-1.8.6
+     */
+    public static final String PROP_IGNOREVALIDATION  = 
"org.mmbase.cloud.ignore-validation";
+
     /**
      * Returns the node with the specified number from this cloud. The returned
      * node is a new instance of <code>Node</code> with a reference to this
@@ -669,4 +678,6 @@
      */
     public StringList getPossibleContexts();
 
+    public Cloud getNonTransactionalCloud();
+
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to