Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv2705
Modified Files:
RemoteContext.java
Log Message:
it seems that I broke rmmci again..
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
Index: RemoteContext.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/RemoteContext.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- RemoteContext.java 28 Jul 2008 16:27:56 -0000 1.13
+++ RemoteContext.java 29 Jul 2008 06:52:25 -0000 1.14
@@ -17,10 +17,10 @@
// import org.mmbase.bridge.remote.RemoteCloudContext;
/**
- * This, despiite its name, is not actually a CloudContext, it only provides
the static method to obtain one.
+ * This, despite its name, is not actually a CloudContext, it only provides
the static method to obtain one.
*
* @author Kees Jongenburger <[EMAIL PROTECTED]>
- * @version $Id: RemoteContext.java,v 1.13 2008/07/28 16:27:56 michiel Exp $
+ * @version $Id: RemoteContext.java,v 1.14 2008/07/29 06:52:25 michiel Exp $
* @since MMBase-1.5
*/
public final class RemoteContext {
@@ -42,7 +42,7 @@
Object remoteCloudContext= Naming.lookup(uri);
Class<?> clazz =
Class.forName("org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy");
- Constructor<?> constr = clazz.getConstructor(clazz, String.class);
+ Constructor<?> constr =
clazz.getConstructor(Class.forName("org.mmbase.bridge.remote.RemoteCloudContext"),
String.class);
return (CloudContext) constr.newInstance(remoteCloudContext, uri);
//new RemoteCloudContext_Impl(remoteCloudContext);
} catch (MalformedURLException mue) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs