jaxws/src/java.xml.bind/share/classes/javax/xml/bind/Messages.properties
changeset 45678 65fdff10664d
parent 43852 93a527059d8a
equal deleted inserted replaced
45677:e24f00fc6659 45678:65fdff10664d
    42         jaxb.properties in package {0} does not contain the {1} property.
    42         jaxb.properties in package {0} does not contain the {1} property.
    43 
    43 
    44 ContextFinder.NoPackageInContextPath = \
    44 ContextFinder.NoPackageInContextPath = \
    45     No package name is given
    45     No package name is given
    46 
    46 
       
    47 ContextFinder.ErrorLoadClass = \
       
    48     Error loading class {0} listed in {1}, make sure that entries are accessable \
       
    49     on CLASSPATH and of the form ClassName or OuterClass.InnerClass \
       
    50     not ClassName.class or fully.qualified.ClassName
       
    51 
    47 PropertyException.NameValue = \
    52 PropertyException.NameValue = \
    48         name: {0} value: {1}
    53         name: {0} value: {1}
    49 
    54 
    50 DatatypeConverter.ConverterMustNotBeNull = \
    55 DatatypeConverter.ConverterMustNotBeNull = \
    51         The DatatypeConverterInterface parameter must not be null
    56         The DatatypeConverterInterface parameter must not be null
    52 
    57 
    53 JAXBContext.IllegalCast = \
    58 JAXBContext.IllegalCast = \
    54     ClassCastException: attempting to cast {0} to {1}.  Please make sure that you are specifying the proper ClassLoader.
    59     ClassCastException: attempting to cast {0} to {1}.  Please make sure that you are specifying the proper ClassLoader.
       
    60 
       
    61 JAXBClasses.notOpen = \
       
    62     Package {0} with JAXB class {1} defined in a module {2} must be open to at least java.xml.bind module.