[exo-jcr-commits] exo-jcr SVN: r2994 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 26 10:32:30 EDT 2010


Author: areshetnyak
Date: 2010-08-26 10:32:29 -0400 (Thu, 26 Aug 2010)
New Revision: 2994

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/SystemViewImporter.java
Log:
EXOJCR-880 : Determine property is multi or single value from nodetype definition in import of version history was implemented.

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/SystemViewImporter.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/SystemViewImporter.java	2010-08-26 12:47:40 UTC (rev 2993)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/SystemViewImporter.java	2010-08-26 14:32:29 UTC (rev 2994)
@@ -381,20 +381,14 @@
          }
          catch (IllegalStateException e)
          {
-            log.error(e,e);
-            System.exit(0);
             throw new RepositoryException(e.getMessage(), e);
          }
          catch (IllegalNameException e)
          {
-            log.error(e,e);
-            System.exit(0);
             throw new RepositoryException(e.getMessage(), e);
          }
          catch (IOException e)
          {
-            log.error(e,e);
-            System.exit(0);
             throw new RepositoryException(e.getMessage(), e);
          }
 



More information about the exo-jcr-commits mailing list