### Eclipse Workspace Patch 1.0 #P org.eclipse.jpt.core Index: src/org/eclipse/jpt/core/internal/context/orm/GenericOrmIdMapping.java =================================================================== RCS file: /cvsroot/webtools/org.eclipse.jpa/components/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/context/orm/GenericOrmIdMapping.java,v retrieving revision 1.19 diff -u -r1.19 GenericOrmIdMapping.java --- src/org/eclipse/jpt/core/internal/context/orm/GenericOrmIdMapping.java 27 Mar 2008 04:41:34 -0000 1.19 +++ src/org/eclipse/jpt/core/internal/context/orm/GenericOrmIdMapping.java 11 Jun 2008 16:56:06 -0000 @@ -178,7 +178,7 @@ OrmTableGenerator oldTableGenerator = this.tableGenerator; this.tableGenerator = null; this.getAttributeMapping().setTableGenerator(null); - firePropertyChanged(SEQUENCE_GENERATOR_PROPERTY, oldTableGenerator, null); + firePropertyChanged(TABLE_GENERATOR_PROPERTY, oldTableGenerator, null); } public OrmTableGenerator getTableGenerator() {