--- old/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor.java 2013-08-20 00:51:27.979802155 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor.java 2013-08-20 00:51:27.919799498 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -42,6 +42,8 @@ * {@link SAXParserFactory} implementation that ultimately * uses {@link XMLParser} to parse documents. * + * @deprecated + * * @author * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) */ @@ -58,7 +60,7 @@ } public void setFeature(String name, boolean value) { - ; + throw new UnsupportedOperationException("XSOM parser does not support JAXP features."); } public boolean getFeature(String name) {