Skip to main content
summaryrefslogtreecommitdiffstats
blob: e4d2c0b35e65c71b773b50eb742375ccff20a5c0 (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
# Copyright (c) 2004 - 2012 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.2=mappingStrategy is null
DBStore.3=idHandler is null
DBStore.9=Detected crash of repository {0}
DBStore.10=Repaired crash of repository {0}: lastObjectID={1}, nextLocalObjectID={2}, lastBranchID={3}, lastCommitTime={4}, lastNonLocalCommitTime={5}
DBStore.10b=Repaired crash of repository {0}: lastBranchID={1}, lastCommitTime={2}, lastNonLocalCommitTime={3}
DBStore.11=Repairing crash of repository {0} failed.


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