Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: da2dba832ce5d2e93e764cfcf50f438117224103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2004 - 2010 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

DBStore.0=dbConnectionProvider is null
DBStore.1=dbAdapter is null
DBStore.10=Repaired after crash: maxObjectID={0}, maxMetaID={1}
DBStore.2=mappingStrategy 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

Back to the top