[jboss-cvs] JBossAS SVN: r65299 - trunk/testsuite/src/main/org/jboss/test/xml/importing.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 11:50:44 EDT 2007


Author: alex.loubyansky at jboss.com
Date: 2007-09-11 11:50:44 -0400 (Tue, 11 Sep 2007)
New Revision: 65299

Modified:
   trunk/testsuite/src/main/org/jboss/test/xml/importing/ExtendedSchemaInitializer.java
Log:
JBAS-4643 with Adrian's approval uncommenting the fix (probably was checked in commented by mistake)

Modified: trunk/testsuite/src/main/org/jboss/test/xml/importing/ExtendedSchemaInitializer.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/xml/importing/ExtendedSchemaInitializer.java	2007-09-11 15:20:58 UTC (rev 65298)
+++ trunk/testsuite/src/main/org/jboss/test/xml/importing/ExtendedSchemaInitializer.java	2007-09-11 15:50:44 UTC (rev 65299)
@@ -25,6 +25,7 @@
 
 import org.jboss.kernel.plugins.deployment.xml.BeanHandler;
 import org.jboss.kernel.plugins.deployment.xml.BeanSchemaBindingHelper;
+import org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding20;
 import org.jboss.xb.binding.sunday.unmarshalling.ElementBinding;
 import org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding;
 import org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingInitializer;
@@ -56,12 +57,10 @@
             return new Extended();
          }
       });
-      
-      /*
+
       TypeBinding propertyType = schema.getType(BeanSchemaBinding20.propertyTypeQName);
       BeanSchemaBindingHelper.initPropertyHandlers(propertyType);
-      */
-      
+
       return schema;
    }
 }




More information about the jboss-cvs-commits mailing list