src/share/jaxws_classes/com/sun/xml/internal/ws/resources/streaming.properties

Print this page

        

*** 1,7 **** # ! # 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 1997, 2013, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 46,50 **** --- 46,55 ---- fastinfoset.decodingNotAccepted=Fast Infoset decoding is not accepted fastinfoset.noImplementation=Unable to locate compatible implementation of Fast Infoset in classpath sourcereader.invalidSource=Unable to create reader from source \"{0}\" + + woodstox.cant.load=Unable to load Woodstox class {0} + + invalid.property.value.integer=Ignoring system property \"{0}\" as value \"{1}\" is invalid, property value must be a valid integer. Using default value \"{2}\". + invalid.property.value.long=Ignoring system property \"{0}\" as value \"{1}\" is invalid, property value must be a valid long. Using default value \"{2}\".