From 9966894e6fd54cdabf1cad9b8384957de5b41920 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Wed, 13 Oct 2010 11:08:45 -0400 Subject: [PATCH] update to 6.5 GA gemfire .jar --- pom.xml | 4 +- samples/.project | 17 + samples/.settings/org.maven.ide.eclipse.prefs | 9 + .../.settings/org.eclipse.jdt.core.prefs | 74 ++ .../.settings/org.maven.ide.eclipse.prefs | 9 + .../data/gemfire/CacheFactoryBean.java | 5 +- .../data/gemfire/GemfireAccessor.java | 5 +- .../data/gemfire/GemfireCacheUtils.java | 9 +- .../data/gemfire/GemfireQueryException.java | 5 +- .../data/gemfire/GemfireTemplate.java | 4 +- .../data/gemfire/config/Thumbs.db | Bin 0 -> 6656 bytes .../gemfire/config/spring-gemfire-1.0.xsd | 776 ------------------ 12 files changed, 128 insertions(+), 789 deletions(-) create mode 100644 samples/.project create mode 100644 samples/.settings/org.maven.ide.eclipse.prefs create mode 100644 samples/hello-world/.settings/org.eclipse.jdt.core.prefs create mode 100644 samples/hello-world/.settings/org.maven.ide.eclipse.prefs create mode 100644 src/main/resources/org/springframework/data/gemfire/config/Thumbs.db delete mode 100644 src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd diff --git a/pom.xml b/pom.xml index 0547c3ea..1e2ebbc5 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ limitations under the License. com.gemstone.gemfire gemfire - 6.0.1.A + 6.5 compile @@ -375,4 +375,4 @@ limitations under the License. http://maven.springframework.org/milestone - \ No newline at end of file + diff --git a/samples/.project b/samples/.project new file mode 100644 index 00000000..c4a74340 --- /dev/null +++ b/samples/.project @@ -0,0 +1,17 @@ + + + samples + + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.maven.ide.eclipse.maven2Nature + + diff --git a/samples/.settings/org.maven.ide.eclipse.prefs b/samples/.settings/org.maven.ide.eclipse.prefs new file mode 100644 index 00000000..34d95234 --- /dev/null +++ b/samples/.settings/org.maven.ide.eclipse.prefs @@ -0,0 +1,9 @@ +#Wed Sep 15 11:32:59 EDT 2010 +activeProfiles= +eclipse.preferences.version=1 +fullBuildGoals=process-test-resources +includeModules=false +resolveWorkspaceProjects=true +resourceFilterGoals=process-resources resources\:testResources +skipCompilerPlugin=true +version=1 diff --git a/samples/hello-world/.settings/org.eclipse.jdt.core.prefs b/samples/hello-world/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..5f9b107a --- /dev/null +++ b/samples/hello-world/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,74 @@ +#Fri Jul 23 11:19:18 EDT 2010 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=warning +org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore +org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/samples/hello-world/.settings/org.maven.ide.eclipse.prefs b/samples/hello-world/.settings/org.maven.ide.eclipse.prefs new file mode 100644 index 00000000..223332ad --- /dev/null +++ b/samples/hello-world/.settings/org.maven.ide.eclipse.prefs @@ -0,0 +1,9 @@ +#Wed Sep 15 11:33:00 EDT 2010 +activeProfiles= +eclipse.preferences.version=1 +fullBuildGoals=process-test-resources +includeModules=false +resolveWorkspaceProjects=true +resourceFilterGoals=process-resources resources\:testResources +skipCompilerPlugin=true +version=1 diff --git a/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java b/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java index 2904a3c8..d690ad08 100644 --- a/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java +++ b/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java @@ -36,7 +36,7 @@ import com.gemstone.gemfire.GemFireException; import com.gemstone.gemfire.cache.Cache; import com.gemstone.gemfire.cache.CacheClosedException; import com.gemstone.gemfire.cache.CacheFactory; -import com.gemstone.gemfire.cache.query.CqInvalidException; +// /* TODO Check 6.0 and 6.5 compatibility import com.gemstone.gemfire.cache.query.CqInvalidException; import com.gemstone.gemfire.cache.query.IndexInvalidException; import com.gemstone.gemfire.cache.query.QueryInvalidException; import com.gemstone.gemfire.distributed.DistributedMember; @@ -142,9 +142,10 @@ public class CacheFactoryBean implements BeanNameAware, BeanFactoryAware, BeanCl if (ex instanceof IndexInvalidException) { return GemfireCacheUtils.convertGemfireAccessException((IndexInvalidException) ex); } + /* TODO Add back some mapping to be compatible with 6.0 and 6.0 if (ex instanceof CqInvalidException) { return GemfireCacheUtils.convertGemfireAccessException((CqInvalidException) ex); - } + }*/ if (ex instanceof QueryInvalidException) { return GemfireCacheUtils.convertGemfireAccessException((QueryInvalidException) ex); } diff --git a/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java b/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java index 098e6449..e5a7087f 100644 --- a/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java +++ b/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java @@ -24,7 +24,7 @@ import org.springframework.dao.DataAccessException; import com.gemstone.gemfire.GemFireCheckedException; import com.gemstone.gemfire.GemFireException; import com.gemstone.gemfire.cache.Region; -import com.gemstone.gemfire.cache.query.CqInvalidException; +// TODO Check 6.0 and 6.5 compatibility import com.gemstone.gemfire.cache.query.CqInvalidException; import com.gemstone.gemfire.cache.query.IndexInvalidException; import com.gemstone.gemfire.cache.query.QueryInvalidException; @@ -81,9 +81,10 @@ public class GemfireAccessor implements InitializingBean { * @return the corresponding DataAccessException instance */ public DataAccessException convertGemFireQueryException(RuntimeException ex) { + /* TODO Check 6.0 and 6.5 compatibility if (ex instanceof CqInvalidException) { return GemfireCacheUtils.convertGemfireAccessException((CqInvalidException) ex); - } + }*/ if (ex instanceof IndexInvalidException) { return GemfireCacheUtils.convertGemfireAccessException((IndexInvalidException) ex); diff --git a/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java b/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java index fe62978d..3f9a999f 100644 --- a/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java +++ b/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java @@ -72,7 +72,7 @@ import com.gemstone.gemfire.cache.VersionException; import com.gemstone.gemfire.cache.client.ServerConnectivityException; import com.gemstone.gemfire.cache.execute.FunctionException; import com.gemstone.gemfire.cache.query.CqClosedException; -import com.gemstone.gemfire.cache.query.CqInvalidException; +// TODO Check 6.0 and 6.5 compatibility import com.gemstone.gemfire.cache.query.CqInvalidException; import com.gemstone.gemfire.cache.query.IndexInvalidException; import com.gemstone.gemfire.cache.query.IndexMaintenanceException; import com.gemstone.gemfire.cache.query.QueryException; @@ -257,11 +257,11 @@ public abstract class GemfireCacheUtils { if (ex instanceof QueryInvalidException) { return convertGemfireAccessException((QueryInvalidException) ex); } - + /* TODO Check 6.0 and 6.5 compatibility if (ex instanceof CqInvalidException) { return convertGemfireAccessException((CqInvalidException) ex); } - + */ return null; } @@ -325,7 +325,8 @@ public abstract class GemfireCacheUtils { * @param ex Gemfire unchecked exception * @return new the corresponding DataAccessException instance */ + /* TODO Check 6.0 and 6.5 compatibility public static DataAccessException convertGemfireAccessException(CqInvalidException ex) { return new GemfireQueryException(ex); - } + }*/ } \ No newline at end of file diff --git a/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java b/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java index d05bfb6c..0301fb88 100644 --- a/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java +++ b/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java @@ -18,7 +18,7 @@ package org.springframework.data.gemfire; import org.springframework.dao.InvalidDataAccessResourceUsageException; -import com.gemstone.gemfire.cache.query.CqInvalidException; +//TODO Check 6.0 and 6.5 compatibility import com.gemstone.gemfire.cache.query.CqInvalidException; import com.gemstone.gemfire.cache.query.QueryException; import com.gemstone.gemfire.cache.query.QueryExecutionTimeoutException; import com.gemstone.gemfire.cache.query.QueryInvalidException; @@ -43,7 +43,8 @@ public class GemfireQueryException extends InvalidDataAccessResourceUsageExcepti super(ex.getMessage(), ex); } + /* TODO Check 6.0 and 6.5 compatibility public GemfireQueryException(CqInvalidException ex) { super(ex.getMessage(), ex); - } + }*/ } diff --git a/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java b/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java index 6ca34b27..2343400d 100644 --- a/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java +++ b/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java @@ -28,7 +28,7 @@ import org.springframework.util.ClassUtils; import com.gemstone.gemfire.GemFireCheckedException; import com.gemstone.gemfire.GemFireException; import com.gemstone.gemfire.cache.Region; -import com.gemstone.gemfire.cache.query.CqInvalidException; +//TODO Check 6.0 and 6.5 compatibility import com.gemstone.gemfire.cache.query.CqInvalidException; import com.gemstone.gemfire.cache.query.IndexInvalidException; import com.gemstone.gemfire.cache.query.QueryInvalidException; import com.gemstone.gemfire.cache.query.SelectResults; @@ -119,8 +119,10 @@ public class GemfireTemplate extends GemfireAccessor { return result; } catch (IndexInvalidException ex) { throw convertGemFireQueryException(ex); + /* TODO Check 6.0 and 6.5 compatibility } catch (CqInvalidException ex) { throw convertGemFireQueryException(ex); + */ } catch (QueryInvalidException ex) { throw convertGemFireQueryException(ex); } catch (GemFireCheckedException ex) { diff --git a/src/main/resources/org/springframework/data/gemfire/config/Thumbs.db b/src/main/resources/org/springframework/data/gemfire/config/Thumbs.db new file mode 100644 index 0000000000000000000000000000000000000000..543c96204c75600d7af62406fc25fea5a981fbd8 GIT binary patch literal 6656 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 I`p=br03eugjQ{`u literal 0 HcmV?d00001 diff --git a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd deleted file mode 100644 index cc6ed13b..00000000 --- a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd +++ /dev/null @@ -1,776 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - namespace and its 'properties' element. - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file