Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-09-24 04:51:14 +0000
committerEike Stepper2016-09-24 04:51:14 +0000
commitc2093a6e13fa9a1fc8c2292e189485b56bf43a11 (patch)
tree9e05165d9c0b9ad799d8b786012c182e6a7b3f9b /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages
parentdbb75e2acebb5fb443056e76840d256ea4f439b1 (diff)
downloadcdo-c2093a6e13fa9a1fc8c2292e189485b56bf43a11.tar.gz
cdo-c2093a6e13fa9a1fc8c2292e189485b56bf43a11.tar.xz
cdo-c2093a6e13fa9a1fc8c2292e189485b56bf43a11.zip
[402714] Local changes are not considered by CDOTransaction's queryResources(), queryInstances() and queryXRefs()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=402714
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
index 2bc514003d..ef9c3e0637 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
@@ -38,12 +38,12 @@ CDOTransactionImpl.6=Save point is invalid: {0}
CDOTransactionImpl.7=Transaction commit cancelled
CDOUtil.0=Auditing not supported by repository
CDOViewImpl.0=CDO view is read-only: {0}
-CDOViewImpl.1=path is empty
+CDOViewImpl.1=Path is empty
CDOViewImpl.11=Object is contained in a different repository: {0}
-CDOViewImpl.14=Not a ResourceFolder: {0}
-CDOViewImpl.16=Unable to provideCDOID: {0}
+CDOViewImpl.14=Not a resource folder: {0}
+CDOViewImpl.16=Unable to provide ID: {0}
CDOViewImpl.17=ID not registered: {0}
-CDOViewImpl.18=CDO view is read-only: {0}
+CDOViewImpl.18=View is read-only: {0}
CDOViewImpl.2=Can not find {0}
CDOViewImpl.20=Object was already registered: {0}
CDOViewImpl.26=Invalid view type: {0}
@@ -52,25 +52,25 @@ CDOViewImpl.29=Unknown referenceType
CDOViewImpl.30=Different object was registered for {0}
CDOViewImpl.3=name == null
CDOViewImpl.4=Expected folder for id = {0}
-CDOViewImpl.5=Node {0} not found
-CDOViewImpl.7=No top level ResourceNode with the name {0}
+CDOViewImpl.5=Resource node not found: {0}
+CDOViewImpl.7=Top level resource node not found: {0}
CDOViewImpl.8=Duplicate top-level ResourceNodes
-CDOViewImpl.9=Cannot find revision with ID {0}
+CDOViewImpl.9=Cannot find revision with id = {0}
CDOViewProviderRegistryImpl.4=Class not defined for extension {0}
CDOViewProviderRegistryImpl.6=Regex not defined for extension {0}
-CDOViewSetImpl.0=Cannot find associated CDOView for repository {0}
-CDOViewSetImpl.1=Do not know which CDOView to take since no authority has been specified
+CDOViewSetImpl.0=Cannot find associated view for repository {0}
+CDOViewSetImpl.1=Do not know which view to take since no authority has been specified
CDOViewSetImpl.2=A view to {0} is already attached to the resource set
CDOViewSetImpl.3=Unsupported target: {0}
CDOViewSetImpl.4=Cannot associate more than 1 resource set with this view set
CDOViewSetImpl.5=Cannot disconnect view set from resource set that still contains resources
CDOViewSetImpl.6=Cannot disconnect view set from resource set while some views remain open
CDOXACommitContextImpl.0=Object should be an EObject: {0}
-CDOXATransactionImpl.0=ViewSet is already attached to this XATransaction
-CDOXATransactionImpl.1=ViewSet is not attached to this XATransaction
+CDOXATransactionImpl.0=View set is already attached to this XA transaction
+CDOXATransactionImpl.1=View set is not attached to this XA transaction
CDOXATransactionImpl.4=Committing XA transaction
CDOXATransactionImpl.7=Save point is invalid: {0}
-CDOXATransactionImpl.8=Commit from CDOTransaction is not allowed
+CDOXATransactionImpl.8=Commit from transaction is not allowed
CommitTransactionPhase2Request.1=Missing informations. {0} is not involved in the commit
CommitTransactionPhase2Request.2=Missing informations. {0} is not mapped in the commit
CompletePackageClosure.0=Package == null for {0}

Back to the top