Revision 30754 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/jdbc/JDBCServerExplorerParameters.java

View differences:

JDBCServerExplorerParameters.java
66 66
			field.setType(DataTypes.BOOLEAN);
67 67
			field.setDefaultDynValue(Boolean.FALSE);
68 68

  
69
			// Register the DynClass in the PersistenceManager
70
			ToolsLocator.getPersistenceManager().registerClass(
71
					JDBCServerExplorerParameters.class, dynClass);
69 72
		}
70 73
		return dynClass;
71 74
	}

Also available in: Unified diff