Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4c014de2a2f13f6493df34fb268603d03cb33359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2004 - 2009 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:
#    Eike Stepper - initial API and implementation

FailOverStrategyInjector.0=Malformed URI, could not find scheme separator ://
FailOverStrategyInjector.1=factoryType not defined
FailOverStrategyInjector.2=connectorDescription not defined
CommitTransactionPhase2Request.1=Missing informations. {0} is not involved in the commit
CommitTransactionPhase2Request.2=Missing informations. {0} is not mapped in the commit
OpenSessionRequest.0=Repository {0} not found
OpenSessionRequest.3=Failed to open session for repository {0}
SyncRevisionsRequest.2=Did not expect to receive object with id "{0}"

Back to the top