| Summary: | [Hibernate] Support backup/restore (export/import) feature | ||
|---|---|---|---|
| Product: | [Modeling] EMF | Reporter: | Michal Tkacz <Michal.Tkacz> |
| Component: | cdo.core | Assignee: | Martin Taal <mtaal> |
| Status: | CLOSED FIXED | QA Contact: | Eike Stepper <stepper> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | erdal.karaca.de, matthias.casjens, stepper |
| Version: | 4.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Michal Tkacz
Moving all open enhancement requests to 4.1 commit 47d969e972089caf5e58fef905a63180db2ce51d I think I've fixed the CDORevision-->CDOID bug in WrappedHibernateList. Then I've implemented the IStoreAccessor.Raw interface for the server import mechanism. Trying to find out now, what methods to implement from it... commit 6ffdacfc9822b349a3cdbaee1753e68d22eca196 Okay, I've marked the following methods with // TODO: org.eclipse.emf.cdo.server.internal.hibernate.HibernateStoreAccessor.rawStore(InternalCDOPackageUnit[], OMMonitor) org.eclipse.emf.cdo.server.internal.hibernate.HibernateStoreAccessor.rawStore(InternalCDORevision, OMMonitor) org.eclipse.emf.cdo.server.internal.hibernate.HibernateStoreAccessor.rawCommit(double, OMMonitor) I implemented the methods proposed by Eike, the backup tests works except for these 2: featuremap externalreference I will leave these two open for now. The featuremap fails because featuremap support in CDO Hibernate does not seem complete, the externalreference is probably a setup question. gr. Martin Closing. Featuremap and export of external references now also passed in the testcase. This is available in the 4.2 stream. |