- Previous thread: [grails-user] Problems creating namespace for my first TagLib
- Next thread: [grails-user] Grails 1.1 -> GORM -> Disable cascade validation
- Threads sorted by date: grails 200907
Hi.
I have written a grails program, and I needed a database backup/restore
mechanism, so I wrote something to dump and restore the database using XML
serialization. Wrote a service that does the backup dump/restore. Wrote
integration tests to check that things worked, and they do.
Then I figured that I should create a couple of scripts to do dump/restore.
Simple enough I thought. The dump script works fine, dumps things to stdout.
The restore script probably does the right thing (judging from trace
output), but the database remains unchanged. It seems that the changes I do
in the restore script are not committed. Any ideas about where I should
look for enlightenment?
(I'm using grails 1.1-RC2 on wxp sp3)
The dumper script:
==============
includeTargets
Related Threads
- system-config-network "activate","deactivate" button greyed out - fedora
- No sound in linux-flashplugin-9.0r246 on -current - freebsd
- Help in Understanding Apache Filter - httpd
- can't get comment moderation working, following docs - django
- why root to set default desktop background? - fedora
- [RFC][PATCH] ARM: OMAP: McBSP: Use register cache - kernel
- [Samba] TOSHAG-NetworkBrowsing.xml translate finished and some typo/question found - samba
- oracle 10gr2 - suncluster QFS - oracle
- #has_arguments? - ruby
- printer problem - openbsd
- rawhide LiveCD with EFI boot? - fedora
- snapshot support in rsync - samba