Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-12-20[439337] Have CDOLockState prefetch to improve loading time change/29794/20Esteban Dugueperoux10-36/+615
- Have CDOLockState prefetch to improve loading time when an EContentAdapter exists on the ResourceSet. - Bugzilla_439337_Test added to the suite to test CDOLockState prefetch. - CDOView.options().isLockStatePrefetchEnabled()/setLockStatePrefetchEnabled() new option has been added to the API to allow CDOLockStates prefetch. - org.eclipse.emf.cdo.common.revision.CDORevisionsLoadedEvent has been added in API to be notified of new CDORevision loaded from RevisionLoader. - The difficulty is to have CDOViewImpl.objects cache filled before updating the CDOViewImpl.lockStates cache. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=439337 Change-Id: I061d91b30f732f8d67eaeb6215b4039e36d73f2d Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr> Signed-off-by: Eike Stepper <stepper@esc-net.de>
2014-11-03[449665] IllegalArgumentException on CDOResource.cdoLockState()Esteban Dugueperoux4-40/+137
IllegalArgumentException is thrown when calling CDOResource.cdoLockState() in Adapter notification when calling transaction.getResource(); because the CDOResource is in CDOState.PROXY before CDOResource.load() is called. Change-Id: Ia7f0cf2619857f7d787df28cdaa8ae368e8bbe28 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=449665 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-11-03[359244] Provide API to get all locked objectsEsteban Dugueperoux9-49/+77
Add InternalLockManager.getLockStates() method in API to be able to get all locked objects. Bug: 359244 Change-Id: I76546c05c01f062c265255745c46fe276b536d4c Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-30Fix a typo in java commentEsteban Dugueperoux1-1/+1
2014-10-30[449171] Bad encoding of PointerCDORevision version inEsteban Dugueperoux4-11/+72
CommitNotificationRequest Commit notification send bad CDORevision.version for detached objects. Consequently as PointerCDORevision.version is always at 0, the CommitNotificationIndication doesn't read the CDOBranch then the next read will failed with a EOFException. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=449171 Change-Id: I387845037f20d9ccbd983c0b7313a0dc3b42c484 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-27[448949] Have a specific Exception similar toEsteban Dugueperoux2-2/+46
org.eclipse.emf.ecore.xmi.PackageNotFoundException Add org.eclipse.emf.cdo.util.PackageNotFoundException to be thrown by CDOSessionImpl.loadPackages(). Change-Id: Iea22434675e8021a1f6ecf3947bb8521085ab9fc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=448949 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-24[447912] CDOBranch.getBranches() doesn't return all sub branchesEsteban Dugueperoux3-8/+104
CDOBranch.getBranches() doesn't return all sub branches on first call if another client has created a new branch on same parent Addition of Bugzilla_447912_Test to test the scenario. The fix consists in loading sub branches infos on CDOBranchImpl.addChild() when branches == null. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447912 Change-Id: Ibcdda44548a6be49b0e6b94239b065ca33d4f3b8 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-24[448584] NPE on DBAnnotationsTest.testLengthAnnotationNegative()Esteban Dugueperoux1-19/+1
execution Remove TransactionCommitContext.removePackageAdapters() as it is useless since CDOPackageUnit is not an Adapter anymore (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=406068 ) Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=448584 Change-Id: I5db59d658165e0267a158fa41595e3d05d157a40 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-21[447593] update "org.eclipse.net4j.util" plugin releaseEsteban Dugueperoux3-33/+33
Since "plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/om/trace/Tracer.java" content has changed in previous commit, the plugin release service number must be increased. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447593 Change-Id: I044f27ff8bd0d3d9e3920e11e5548f31894e007a Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-20[447593] Already in cache when calling twiceEsteban Dugueperoux8-80/+130
"CDOTransaction.setBranch();" Update DBUtil.close() to throw a DBException instead of returning a Exception which will be ignored, when the "-Dorg.eclipse.net4j.db.close.noisy=true" is specified. Reapply partial fix of https://bugs.eclipse.org/bugs/show_bug.cgi?id=370105 , only the "readLists" part and not the "readValuesFromStatement" which is the original cause of bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=406766 . In addition update AllTests and GerritTests launch configuration to have the noisy close enabled during tests execution. Change-Id: I6ed6f2d6d0ead05873c37c43fa6f43b1b5095d2f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447593 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-09-25[441136] Avoid MonitorProgressRequest/Indication network pollutionEsteban Dugueperoux21-132/+435
Avoid MonitorProgressRequest/Indication network pollution when IProgressMonitor is not used Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441136 Change-Id: If636810a617aee46af4c532a5f3cdebadf69c001 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-09-08[build] try to fix buildEsteban Dugueperoux2-2/+2
2014-09-08[build] try to fix buildEsteban Dugueperoux2-2/+2
2014-09-04[443281] CDOResource.setURI() call doesn't triggersEsteban Dugueperoux2-34/+163
Resource.RESOURCE__URI notification Update CDOResourceImpl.setURI() to trigger a Resource.RESOURCE__URI notification Add Bugzilla_443281_Test test Change-Id: Idbcdf22fb440f2abcf4011473971377b88413f37 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=443281 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-09-03[435532] Reordering elements in a containment feature causes DBExceptionEsteban Dugueperoux1-7/+13
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532 - enhance a little ListDeltaVisitor.applyOffsetToSource/DestinationIndexes() Change-Id: I93a560200e48035bc96f00bd5dd47cb8cb6b42cb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-09-03[435532] Reordering elements in a containment feature causes DBException ↵Stefan Winkler2-9/+25
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532 - enhanced test case - fixed bug (related to positive/negative offset) Change-Id: I1974c1b6d9344efdac5e9d25e2192cb5f18289b3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-09-03[435532] Reordering elements in a containment feature causes DBExceptionAlex Lagarde3-3/+134
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532 - added test case Change-Id: I4e5b5ab66e3f5d542b86e2af28695bda9aa3d4b7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-09-02[442178] ResourcePermission doesn't work with fragmented resourceEsteban Dugueperoux3-35/+209
Fix CDORevisionUtil.getResourceNodePath() when called with CDOObject contained in fragmented resource Bug: 442178 Change-Id: I2aa34a768e399c26e60577944b10d9ea900e2ef1 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-29Change CDO.setupEike Stepper1-13/+34
2014-08-27[releng] try to fix the buildEsteban Dugueperoux2-23/+27
2014-08-26[releng] try to fix the buildEsteban Dugueperoux1-1/+1
Change-Id: I043c98eee2381f170cc74672770c5d3140dec071
2014-08-19Fix ApiBaselineTaskEike Stepper1-2/+2
2014-08-19Fix ApiBaselineTask and version errors in net4jEike Stepper8-26/+29
2014-08-19Redirect CDO.setup to workspaceEike Stepper1-8/+14
2014-08-19Merge branch 'committers/estepper/baseline-4.3' and fix version errorsEike Stepper271-1408/+1724
2014-08-19Prepare baseline for 4.4 integrationEike Stepper254-1311/+1627
2014-08-12[439843] Fixed incorrect container reference idddiver2-9/+80
https://bugs.eclipse.org/bugs/show_bug.cgi?id=439843 Change-Id: Ie8b8c3b239deb2663894cda0aa64e9e37d4a369e Signed-off-by: Leonid Ripeynih <akafakir@gmail.com>
2014-08-11[363355] [Legacy] Could not lock OIDXX : occurs on element deletionSteve Monnier4-32/+277
Have remotely detached object managed before their eContainer is set to null. Bug: 363355 Change-Id: Ife29207ad8f2df92ddd362d0631823aa85cf6934 Signed-off-by: Steve Monnier <steve.monnier@obeo.fr>
2014-08-08[415836] CDOTransaction#getOrCreateBinaryResource throws an exception ifMathieu Velten4-29/+371
resource does not exist Add org.eclipse.net4j.signal.SignalProtocol.setTimeout(long, boolean) to be able to do test with timeout exception on CDOTransaction.getOrCreateXXX() methods. Also move down call to "protocol.setTimeout(signalTimeout);" call in CDONet4jSessionImpl.createProtocol() to avoid deadlock on Bugzilla_415836_Test.testSetSignalTimeoutBeforeSessionOpening() when signal timeout is set on CDONet4jSessionConfiguration before session opening. Bug: 415836 Change-Id: I15ac0c77973fe861c519c9cb478984297c246e02 Signed-off-by: Mathieu Velten <mathieu.velten@atos.net>
2014-08-08[test] fix random failures in PackageRegistryTestEsteban Dugueperoux1-0/+2
2014-08-06[417782] queryXRefs returns no matches where items are set in anEsteban Dugueperoux6-27/+94
EReference with the EType 'EObject' Update XRefsQueryHandler to support reference to EObject and have system EPackages initialized in DB to avoid NPE on query Bug: 417782 Change-Id: I533339e80a75c2f476626417809c3bd9dd18123f Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-05[430794] CommitConflictException from server-side on commit withEsteban Dugueperoux3-8/+94
CDOSavePoint A change at the end of CDOTransactionImpl.handleConflicts() to not compute dirty state of CDOTransaction only on last CDOSavepoint. A change in CDOMergingConflictResolver.resolveConflicts() to manage all CDOSavepoints. Bug: 430794 Change-Id: I6ce665a9fa9ab1c60e6fadd40249fa910f1ed6a3 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-05[430251] CDOView always referenced by the ResourceSet after closeEsteban Dugueperoux2-0/+66
Avoid a memory leak by removing the CDO URIHandler on CDOView deactivation Bug: 430251 Change-Id: If4e63cbc29b3fca2ada468b945e8a6d0647f869a Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-05[418362] Second call to ResourceSet.getResource() does not work withEsteban Dugueperoux1-0/+6
connection aware URI As CDOViewProviderDescriptor does not override getResourceURI(), twice call to ResourceSet.getResource() will not return the same CDOResource in plugin mode. Junit test using the CDO test api cannot be written because the source of the bug comes from Equinox/CDO integration class. Bug: 418362 Change-Id: I7f8326f8fb4009681fe8ac4be784a00be335f4d1 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-04[359244] Improve LockStateRequest/LockStateIndication to limit networkEsteban Dugueperoux2-11/+18
communication LockStateIndication needs only to return CDOLockStates which have infos of lock, for others the LockStateRequest can assums that they are default CDOLockStates. Bug: 359244 Change-Id: Iece12cc4dd01fe7517f4de85c41856476a68badc Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-07-11[439173] Incorrect rev version after branch switchddiver2-0/+131
https://bugs.eclipse.org/bugs/show_bug.cgi?id=439173 Signed-off-by: Leonid Ripeynih <akafakir@gmail.com> Change-Id: I1db413ac80cd664231734c07f75fe360486eedaf
2014-07-11[430836] Fixed quering XRefs for branchesddiver2-1/+72
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430836 Signed-off-by: Leonid Ripeynih <akafakir@gmail.com>
2014-07-09[439280] update build.rmap to use release p2 repo instead of milestoneEsteban Dugueperoux1-1/+1
one of qvto Change-Id: I2c7cee1ac4a52defcde86be5f4aa05a202ffa796
2014-06-06[436672] Including version 15 for google guava dependencyreleases/4.3.0drops/R20140610-0212streams/4.3-maintenanceEike Stepper1-1/+3
2014-06-05Eliminate projects that have been moved to OomphEike Stepper7-139/+12
2014-06-05[436672] Including version 15 for google guava dependencyEike Stepper1-4/+2
2014-05-30[436036] Generated Dawn Editor Wizards don't show resources inside the viewChristian W. Damus1-13/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436036 Apply the same fix as in the DawnItemProvider (bug 404043) for the problem of not having tree nodes for the returned children.
2014-05-26[435532] Reordering elements in a containment feature causes DBException ↵Eike Stepper1-3/+55
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-05-20[435198] AbstractCDOView.getObject() doesn't add containing CDOResourceEsteban Dugueperoux2-0/+87
to ResourceSet https://bugs.eclipse.org/bugs/show_bug.cgi?id=435198 Change-Id: If2e3384d735e0f76ca5da71ef346164c0fd0710a
2014-04-15Improve setup related models; Make license feature optionalEike Stepper1-1/+1
2014-04-10Releng: Update SUAEike Stepper3-413/+1
2014-04-10Releng: Update SUAEike Stepper20-77/+1686
2014-04-09Releng: Update SUAEike Stepper14-457/+7
2014-04-08Improve setup related models; handle .qualifier in featuresEike Stepper1-7/+16
2014-04-08Improve setup related models; handle .qualifier in featuresEike Stepper2-2/+75

Back to the top