I believe you have also moved from hibernate to openJPA somewhere between 0.7.1 and 1.0, although this is not entirely clear from the release notes. Do you know what the impact will be if there already is an existing set of people in the identity store? Do you have any suggestions on how to migrate them?
Regards Jesse van Bekkum On Thu, Aug 30, 2012 at 11:43 AM, Francesco Chicchiriccò < [email protected]> wrote: > On 30/08/2012 11:34, Jesse van Bekkum wrote: > > Hi > > > > Is there a document available that describes the upgrade to version > > 1.0 of syncope? I couldn't find anything yet. > > Hi Jesse, > unfortunately there is a very considerable distance between the two > versions above, so it would be really hard to create a document as you > describe above. > > I'd suggest to: > a. create a new 1.0.0-incubating project from archetype > b. start in embedded mode > c. export the configuration as XML (1) > d. export your 7.1 configuration as XML (2) > e. (time-consuming task) create a new empty XML file (3) with content > from (2) and format from (1) > f. put (3) in the sources of project created at (a), start in embedded > mode and check logs for errors > g. while there are errors in (f) go back to (e) > > From 1.0.0.incubating onwards there will be regular update instructions > between major releases, but for your case the upgrade must be done > manually. > > Regards. > > -- > Francesco Chicchiriccò > > ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member > http://people.apache.org/~ilgrosso/ > >
