Author: torehalset
Date: Sun Nov  5 15:26:36 2006
New Revision: 471567

URL: http://svn.apache.org/viewvc?view=rev&rev=471567
Log:
CAY-636: hessian 3.0.13 -> 3.0.20
 removed local _HessianServlet. It was a copy
 of .13's HessianServlet and very different from
 the one in .20.

Removed:
    
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/_HessianServlet.java
Modified:
    
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/HessianServlet.java
    incubator/cayenne/main/trunk/pom.xml
    
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
    
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-server-tutorial/pom.xml

Modified: 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/HessianServlet.java
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/HessianServlet.java?view=diff&rev=471567&r1=471566&r2=471567
==============================================================================
--- 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/HessianServlet.java
 (original)
+++ 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/HessianServlet.java
 Sun Nov  5 15:26:36 2006
@@ -48,7 +48,7 @@
  * @since 1.2
  * @author Andrus Adamchik
  */
-public class HessianServlet extends _HessianServlet {
+public class HessianServlet extends com.caucho.hessian.server.HessianServlet {
 
     // config parameters compatible with Hessian parameter names
     static final String API_CLASS_PARAMETER = "api-class";

Modified: incubator/cayenne/main/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?view=diff&rev=471567&r1=471566&r2=471567
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Sun Nov  5 15:26:36 2006
@@ -317,7 +317,7 @@
                        <dependency>
                                <groupId>com.caucho</groupId>
                                <artifactId>hessian</artifactId>
-                               <version>3.0.13</version>
+                               <version>3.0.20</version>
                                <scope>provided</scope>
                        </dependency>
 

Modified: 
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-client-tutorial/pom.xml?view=diff&rev=471567&r1=471566&r2=471567
==============================================================================
--- 
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
 (original)
+++ 
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
 Sun Nov  5 15:26:36 2006
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>com.caucho</groupId>
       <artifactId>hessian</artifactId>
-      <version>3.0.13</version>
+      <version>3.0.20</version>
       <!-- not sure why this is required but it does not make 
           it to the war file if its not set to compile -->
       <scope>compile</scope>

Modified: 
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-server-tutorial/pom.xml?view=diff&rev=471567&r1=471566&r2=471567
==============================================================================
--- 
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
 (original)
+++ 
incubator/cayenne/main/trunk/tutorials/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
 Sun Nov  5 15:26:36 2006
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.caucho</groupId>
       <artifactId>hessian</artifactId>
-      <version>3.0.13</version>
+      <version>3.0.20</version>
       <!-- not sure why this is required but it does not make 
           it to the war file if its not set to compile -->
       <scope>compile</scope>


Reply via email to