You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/04/28 19:29:55 UTC

svn commit: r1331797 - /incubator/isis/branches/0.3.0-incubating-NEW-OIDs/runtimes/dflt/runtime/src/main/java/org/apache/isis/runtimes/dflt/runtime/system/SystemConstants.java

Author: danhaywood
Date: Sat Apr 28 17:29:55 2012
New Revision: 1331797

URL: http://svn.apache.org/viewvc?rev=1331797&view=rev
Log:
ISIS-214: getting dnd runner to run with new OIDs (very basic testing only)

Modified:
    incubator/isis/branches/0.3.0-incubating-NEW-OIDs/runtimes/dflt/runtime/src/main/java/org/apache/isis/runtimes/dflt/runtime/system/SystemConstants.java

Modified: incubator/isis/branches/0.3.0-incubating-NEW-OIDs/runtimes/dflt/runtime/src/main/java/org/apache/isis/runtimes/dflt/runtime/system/SystemConstants.java
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.3.0-incubating-NEW-OIDs/runtimes/dflt/runtime/src/main/java/org/apache/isis/runtimes/dflt/runtime/system/SystemConstants.java?rev=1331797&r1=1331796&r2=1331797&view=diff
==============================================================================
--- incubator/isis/branches/0.3.0-incubating-NEW-OIDs/runtimes/dflt/runtime/src/main/java/org/apache/isis/runtimes/dflt/runtime/system/SystemConstants.java (original)
+++ incubator/isis/branches/0.3.0-incubating-NEW-OIDs/runtimes/dflt/runtime/src/main/java/org/apache/isis/runtimes/dflt/runtime/system/SystemConstants.java Sat Apr 28 17:29:55 2012
@@ -115,7 +115,7 @@ public final class SystemConstants {
     /**
      * Default for {@link #AUTHENTICATION_INSTALLER_KEY} if exploring.
      */
-    public static final String AUTHENTICATION_EXPLORATION_DEFAULT = "noop";
+    public static final String AUTHENTICATION_EXPLORATION_DEFAULT = "dflt";
 
     /**
      * Key used to lookup {@link AuthorizationManager authorization manager} in
@@ -132,7 +132,7 @@ public final class SystemConstants {
     /**
      * Default for {@link #AUTHORIZATION_DEFAULT} if not production.
      */
-    public static final String AUTHORIZATION_NON_PRODUCTION_DEFAULT = "noop";
+    public static final String AUTHORIZATION_NON_PRODUCTION_DEFAULT = "dflt";
 
     /**
      * Key used to lookup {@link ServicesInstaller services installer} in