X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2FCmsApplication.java;h=f722befeb201007e59c3ecbe7c61313075279567;hb=51be851d1253d4858f9b63c533df6bcfe76a393f;hp=e113d7b2e3ff50afd32d05e8cb173b3f28137578;hpb=d546fc1b9e19a86eb0e33ac4be824b52239316fc;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/CmsApplication.java b/org.argeo.cms/src/org/argeo/cms/CmsApplication.java index e113d7b2e..f722befeb 100644 --- a/org.argeo.cms/src/org/argeo/cms/CmsApplication.java +++ b/org.argeo.cms/src/org/argeo/cms/CmsApplication.java @@ -148,12 +148,12 @@ public class CmsApplication implements CmsConstants, ApplicationConfiguration, } public void init() throws RepositoryException { - if (workspace == null) - throw new CmsException( - "Workspace must be set when calling initialization." - + " Please make sure that read-only and read-write roles" - + " have been properly configured:" - + " the defaults are open."); +// if (workspace == null) +// throw new CmsException( +// "Workspace must be set when calling initialization." +// + " Please make sure that read-only and read-write roles" +// + " have been properly configured:" +// + " the defaults are open."); Session session = null; try {