[exo-jcr-commits] exo-jcr SVN: r3026 - 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
Tue Aug 31 05:16:25 EDT 2010


Author: areshetnyak
Date: 2010-08-31 05:16:24 -0400 (Tue, 31 Aug 2010)
New Revision: 3026

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/SystemViewImporter.java
Log:
EXOJCR-880 : Remarks to this issue was applied.

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-31 08:42:25 UTC (rev 3025)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/SystemViewImporter.java	2010-08-31 09:16:24 UTC (rev 3026)
@@ -352,7 +352,7 @@
             {
                if (propertyData.getQName().equals(Constants.JCR_FROZENPRIMARYTYPE))
                {
-                  fptName = InternalQName.parse(new String(propertyData.getValues().get(0).getAsByteArray()));
+                  fptName = InternalQName.parse(new String(propertyData.getValues().get(0).getAsByteArray(), Constants.DEFAULT_ENCODING));
                }
                else if (propertyData.getQName().equals(Constants.JCR_FROZENMIXINTYPES))
                {



More information about the exo-jcr-commits mailing list