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

Modified Files:
      Tag: MMBase-1_8
        BasicCloud.java 
Log Message:
  MMB-1671


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


Index: BasicCloud.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/implementation/BasicCloud.java,v
retrieving revision 1.161.2.6
retrieving revision 1.161.2.7
diff -u -b -r1.161.2.6 -r1.161.2.7
--- BasicCloud.java     1 Jul 2008 15:32:00 -0000       1.161.2.6
+++ BasicCloud.java     1 Jul 2008 15:41:20 -0000       1.161.2.7
@@ -28,7 +28,7 @@
  * @author Rob Vermeulen
  * @author Pierre van Rooden
  * @author Michiel Meeuwissen
- * @version $Id: BasicCloud.java,v 1.161.2.6 2008/07/01 15:32:00 michiel Exp $
+ * @version $Id: BasicCloud.java,v 1.161.2.7 2008/07/01 15:41:20 michiel Exp $
  */
 public class BasicCloud implements Cloud, Cloneable, Comparable, 
SizeMeasurable, Serializable  {
 
@@ -226,7 +226,7 @@
     public Node getNode(String nodeNumber) throws NotFoundException {
         MMObjectNode node;
         try {
-            BasicCloudContext.tmpObjectManager.getObject(getAccount(), 
nodeNumber, nodeNumber);
+            //BasicCloudContext.tmpObjectManager.getObject(getAccount(), 
nodeNumber, nodeNumber);
             node = BasicCloudContext.tmpObjectManager.getNode(getAccount(), 
nodeNumber);
         } catch (RuntimeException e) {
             throw new NotFoundException("Something went wrong while getting 
node with number '" + nodeNumber + "': " + e.getMessage() + " by cloud with 
account " + getAccount(), e);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to