[jboss-cvs] JBossAS SVN: r110603 - in projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources: javax and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 10 16:04:17 EST 2011


Author: smcgowan at redhat.com
Date: 2011-02-10 16:04:17 -0500 (Thu, 10 Feb 2011)
New Revision: 110603

Added:
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/Messages.properties
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/helpers/
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/helpers/Messages.properties
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/util/
   projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/util/Messages.properties
Log:
JBEE-74 - add Messages.properties to the distribution

Added: projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/Messages.properties
===================================================================
--- projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/Messages.properties	                        (rev 0)
+++ projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/Messages.properties	2011-02-10 21:04:17 UTC (rev 110603)
@@ -0,0 +1,26 @@
+ContextFinder.ProviderNotFound = \
+	Provider {0} not found
+	
+ContextFinder.CouldNotInstantiate = \
+	Provider {0} could not be instantiated: {1}	
+
+ContextFinder.CantFindPropertiesFile = \
+	Unable to locate jaxb.properties for package {0}
+	
+ContextFinder.CantMixProviders = \
+	You may not mix JAXB Providers on the context path
+	
+ContextFinder.MissingProperty = \
+	jaxb.properties in package {0} does not contain the {1} property.
+
+ContextFinder.NoPackageInContextPath = \
+    No package name is given
+
+PropertyException.NameValue = \
+	name: {0} value: {1}
+	
+DatatypeConverter.ConverterMustNotBeNull = \
+	The DatatypeConverterInterface parameter must not be null
+	
+JAXBContext.IllegalCast = \
+    ClassCastException: attempting to cast {0} to {1}.  Please make sure that you are specifying the proper ClassLoader.    

Added: projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/helpers/Messages.properties
===================================================================
--- projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/helpers/Messages.properties	                        (rev 0)
+++ projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/helpers/Messages.properties	2011-02-10 21:04:17 UTC (rev 110603)
@@ -0,0 +1,36 @@
+AbstractUnmarshallerImpl.ISNotNull = \
+	InputStream can not be null
+
+AbstractMarshallerImpl.MustBeBoolean = \
+	{0} must be boolean
+	 
+AbstractMarshallerImpl.MustBeString = \
+	{0} must be a String
+	
+
+DefaultValidationEventHandler.SeverityMessage = \
+	DefaultValidationEventHandler: {0} {1} \n\
+\ \ \ \ \ Location: {2}
+
+DefaultValidationEventHandler.LocationUnavailable = \
+	unavailable
+	
+DefaultValidationEventHandler.UnrecognizedSeverity = \
+	Unrecognized event severity field "{0}"
+
+DefaultValidationEventHandler.Warning = \
+	[WARNING]:
+
+DefaultValidationEventHandler.Error = \
+	[ERROR]:
+
+DefaultValidationEventHandler.FatalError = \
+	[FATAL_ERROR]:
+	
+ValidationEventImpl.IllegalSeverity = \
+	Illegal severity
+	
+Shared.MustNotBeNull = \
+	{0} parameter must not be null
+	
+	
\ No newline at end of file

Added: projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/util/Messages.properties
===================================================================
--- projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/util/Messages.properties	                        (rev 0)
+++ projects/specs/trunk/jboss-jaxb-api_2.2_spec/src/main/resources/javax/xml/bind/util/Messages.properties	2011-02-10 21:04:17 UTC (rev 110603)
@@ -0,0 +1,18 @@
+ValidationEventCollector.UnrecognizedSeverity = \
+	Unrecognized event severity field "{0}"
+	
+JAXBResult.NullContext = \
+	JAXBContext can not be null
+	
+JAXBResult.NullUnmarshaller = \
+	Unmarshaller can not be null
+	
+JAXBSource.NullContext = \
+	JAXBContext can not be null
+	
+JAXBSource.NullContent = \
+	Content object can not be null
+	
+JAXBSource.NullMarshaller = \
+	Marshaller can not be null
+	
\ No newline at end of file



More information about the jboss-cvs-commits mailing list