Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2010-05-05 22:11:31 +0000
committertle2010-05-05 22:11:31 +0000
commited65af0bd47fcc080e341f88067470aa52d5ce24 (patch)
tree7acc30e3f9e554e4017e8bfc277d506a9e959726 /jpa/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties
parent403412d647306807ee8380972076ecc8d2c5185b (diff)
downloadwebtools.dali-ed65af0bd47fcc080e341f88067470aa52d5ce24.tar.gz
webtools.dali-ed65af0bd47fcc080e341f88067470aa52d5ce24.tar.xz
webtools.dali-ed65af0bd47fcc080e341f88067470aa52d5ce24.zip
311386 - NPE encountered in Generic JAXB schema generation
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties b/jpa/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties
new file mode 100644
index 0000000000..4176246858
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties
@@ -0,0 +1,19 @@
+################################################################################
+# Copyright (c) 2010 Oracle. All rights reserved.
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v1.0, which accompanies this distribution
+# and is available at http://www.eclipse.org/legal/epl-v10.html.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
+
+LOADING_CLASSES = loading...
+GENERATING_SCHEMA = \ngenerating schema...
+SCHEMA_GENERATED = \nSchema {0} generated
+SCHEMA_NOT_CREATED = \nSchema {0} not created
+NOT_FOUND = \n\tNot found: {0}
+CONTEXT_FACTORY_NOT_FOUND = \nThe JAXBContextFactory {0} \n\
+configured in the jaxb.properties file could not be located on the project classpath. \n\
+The JAXB provider that defines this factory should be added to the project classpath, \n\
+or the JAXBContextFactory property should be removed to use the default provider.

Back to the top