Skip to main content
summaryrefslogtreecommitdiffstats
blob: 55088278eebcc860405683f157d1565c738b9860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
# 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:
#    Victor Roldan Betancort - initial API and implementation
#    Eike Stepper - maintenance
#    Stefan Winkler - Bug 285426: [DB] Implement user-defined typeMapping support

DBStore.0=dbConnectionProvider is null
DBStore.1=dbAdapter is null
DBStore.10=Repaired after crash: lastObjectID={0}, nextLocalObjectID={1}, lastBranchID={2}, lastCommitTime={3}, lastNonLocalCommitTime={4}
DBStore.2=mappingStrategy is null
DBStore.3=idHandler is null
DBStore.7=AuditSupport of MappingStrategy and Store does not match. Please check configuration.
DBStore.8=First start: {0,date} {0,time}
DBStore.9=Detected crash
DBStore.11=BranchingSupport of MappingStrategy and Store do not match. Please check configuration.
DBStore.12=Repairing after crash failed.
DBStore.13=Invalid EENum default literal {0} for model element {1}. Falling back to EENum default value.


TypeMappingRegistry.1=No type mapping factory found for {0}: {1} --> DBType.{2}
TypeMappingRegistry.2=TypeMapping {0} annotated at feature {1} could not be found in registry.
TypeMappingRegistry.3=Runtime removal of ITypeMapping.Factory extensions is currently not supported.
TypeMappingRegistry.4=Duplicate source:target typeMapping pairs are currently not supported!
TypeMappingRegistry.5=Duplicate typeMapping ID: {0}

FactoryTypeParserException.1=Invalid format for typeMapping factoryType {0}
FactoryTypeParserException.2=EPackage {0} could not be resolved while registering typeMapping factoryType {1}
FactoryTypeParserException.3=EClassifier {0} could not be resolved while registering typeMapping factoryType {1}
FactoryTypeParserException.4=DBType {0} could not be resolved while registering typeMapping factoryType {1}

Back to the top