Author: ffang
Date: Thu Dec 16 05:25:50 2010
New Revision: 1049786
URL: http://svn.apache.org/viewvc?rev=1049786&view=rev
Log:
[CXF-3192]also update AnnotationsFactoryBeanListener
Modified:
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/AnnotationsFactoryBeanListener.java
Modified:
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/AnnotationsFactoryBeanListener.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/AnnotationsFactoryBeanListener.java?rev=1049786&r1=1049785&r2=1049786&view=diff
==============================================================================
---
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/AnnotationsFactoryBeanListener.java
(original)
+++
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/AnnotationsFactoryBeanListener.java
Thu Dec 16 05:25:50 2010
@@ -242,7 +242,7 @@ public class AnnotationsFactoryBeanListe
if (annotation != null) {
try {
Class<?> cls = ClassLoaderUtils
-
.loadClass("org.apache.cxf.transport.http.gzip.GZIPFeature",
+
.loadClass("org.apache.cxf.transport.common.gzip.GZIPFeature",
this.getClass());
AbstractFeature feature = (AbstractFeature)cls.newInstance();