src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl.java

Print this page

        

@@ -65,11 +65,11 @@
      */
     private ValidatorHandler validator;
 
     public AnnotationParser create() {
         return new AnnotationParser() {
-            private Unmarshaller u = BindInfo.getJAXBContext().createUnmarshaller();
+            private Unmarshaller u = BindInfo.getCustomizationUnmarshaller();
 
             private UnmarshallerHandler handler;
 
             public ContentHandler getContentHandler(
                 AnnotationContext context, String parentElementName,