--- old/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/Messages.properties 2017-03-10 23:56:55.974291807 +0300 +++ new/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/Messages.properties 2017-03-10 23:56:55.858292306 +0300 @@ -44,6 +44,11 @@ ContextFinder.NoPackageInContextPath = \ No package name is given +ContextFinder.ErrorLoadClass = \ + Error loading class {0} listed in {1}, make sure that entries are accessable \ + on CLASSPATH and of the form ClassName or OuterClass.InnerClass \ + not ClassName.class or fully.qualified.ClassName + PropertyException.NameValue = \ name: {0} value: {1} @@ -52,3 +57,6 @@ JAXBContext.IllegalCast = \ ClassCastException: attempting to cast {0} to {1}. Please make sure that you are specifying the proper ClassLoader. + +JAXBClasses.notOpen = \ + JAXB annotated / schema generated classes in package {0} must be open to java.xml.bind module.