[exo-jcr-commits] exo-jcr SVN: r2245 - in jcr/trunk/exo.jcr.component.core/src/main: resources/conf/storage and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 8 12:13:01 EDT 2010


Author: pnedonosko
Date: 2010-04-08 12:13:01 -0400 (Thu, 08 Apr 2010)
New Revision: 2245

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/config/RepositoryServiceConfigurationImpl.java
   jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.ora.sql
Log:
EXOJCR-604 code cleanup

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/config/RepositoryServiceConfigurationImpl.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/config/RepositoryServiceConfigurationImpl.java	2010-04-08 16:10:45 UTC (rev 2244)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/config/RepositoryServiceConfigurationImpl.java	2010-04-08 16:13:01 UTC (rev 2245)
@@ -261,7 +261,7 @@
             String[] paths = (String[])configExtensionPaths.toArray(new String[configExtensionPaths.size()]);
             for (int i = paths.length - 1; i >= 0; i--)
             {
-               // We start from the last one because as it is the one with highest priority
+               // We start from the last one because as it is the one with highest priorityn
                if (i == paths.length - 1)
                {
                   init(configurationService.getInputStream(paths[i]));

Modified: jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.ora.sql
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.ora.sql	2010-04-08 16:10:45 UTC (rev 2244)
+++ jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.ora.sql	2010-04-08 16:13:01 UTC (rev 2245)
@@ -22,7 +22,7 @@
 /
 CREATE UNIQUE INDEX JCR_IDX_MITEM_PARENT ON JCR_MITEM( PARENT_ID, NAME, I_INDEX, I_CLASS, VERSION DESC)
 /
-CREATE UNIQUE INDEX JCR_IDX_MITEM_PARENT_NAME ON JCR_mITEM(I_CLASS, PARENT_ID, NAME, I_INDEX, VERSION DESC)
+CREATE UNIQUE INDEX JCR_IDX_MITEM_PARENT_NAME ON JCR_MITEM(I_CLASS, PARENT_ID, NAME, I_INDEX, VERSION DESC)
 /
 CREATE UNIQUE INDEX JCR_IDX_MITEM_PARENT_ID ON JCR_MITEM(I_CLASS, PARENT_ID, ID, VERSION DESC)
 /



More information about the exo-jcr-commits mailing list