try {
// This is a temporary meassure until we fully implement ESRI WKT support in GeoTools.
// See discussion in GEOS-4503
GeoServerResourceLoader resourceLoader = GeoServerExtensions
.bean(GeoServerResourceLoader.class);
File esriProjs = resourceLoader.find("user_projections", "esri.properties");
if (null == esriProjs) {
defaultPrjFormat.setEnabled(false);
defaultPrjFormat.getModel().setObject(Boolean.FALSE);
defaultPrjFormat.add(new AttributeModifier("title", true, new Model(
"No esri.properties file "