Solution export/import looses sequence names

It seems when I export a solution and import it into the server using the server admin pages I loose my sequence names in the solution.
I imported the solution with the ‘Override sequence types to the sequence types contained in the import version.’ checkbox checked.
In Servoy server it still knows it has a database sequence but the name property is empty, thus any data entry will fail.

Any one else see this?

Server:
Servoy version R2 2.2.7-build 339, repository version 27
java.vm.name=Java HotSpot™ Client VM
java.vm.version=1.5.0_06-64
java.vm.info=mixed mode, sharing
java.vm.vendor=“Apple Computer, Inc.”
os.name=Mac OS X
os.version=10.4.8
os.arch=ppc

Database: PostgreSQL 8.2
JDBC Driver: postgresql-8.2-504.jdbc3 (latest and greatest)

Developer:
Servoy Developer
Version R2 2.2.7-build 339
Java version 1.5.0_06-64 (Mac OS X)

Database: PostgreSQL 8.2
JDBC Driver: postgresql-8.2-504.jdbc3 (latest and greatest)

I opened up the export file and examined the XML and it definitely exports the sequence names correctly.
Also any subsequent import of new releases will clear the sequence names again in the server. (imported without the override checkbox selected).

This is a real pain you know where… :(