--- old/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/streaming.properties 2013-08-13 18:18:03.024039245 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/streaming.properties 2013-08-13 18:18:02.956036234 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. +# 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 @@ -48,3 +48,8 @@ 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}\".