[jboss-cvs] JBossAS SVN: r106848 - in projects/ejb3/tags: jboss-ejb3-proxy-impl-1.0.9 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 19 15:04:46 EDT 2010


Author: ALRubinger
Date: 2010-07-19 15:04:46 -0400 (Mon, 19 Jul 2010)
New Revision: 106848

Added:
   projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/
   projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml
   projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java
Removed:
   projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml
   projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-proxy-impl-1.0.9

Copied: projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9 (from rev 106821, projects/ejb3/trunk/proxy-impl)


Property changes on: projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9
___________________________________________________________________
Name: svn:ignore
   + eclipse-target
target-eclipse
target

Name: svn:mergeinfo
   + 

Deleted: projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml
===================================================================
--- projects/ejb3/trunk/proxy-impl/pom.xml	2010-07-19 15:55:13 UTC (rev 106821)
+++ projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml	2010-07-19 19:04:46 UTC (rev 106848)
@@ -1,171 +0,0 @@
-<!--
-  vi:ts=2:sw=2:expandtab
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.8</version>
-  </parent>
-
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Configuration -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-proxy-impl</artifactId>
-  <version>1.0.8-SNAPSHOT</version>
-  <name>JBoss EJB 3.x Proxy Implementation (Internals)</name>
-  <description>JBoss EJB 3.x Proxy Implementation (Internals)</description>
-  <url>http://www.jboss.org/jbossejb3</url>
-
-  <!-- Build Configuration -->
-  <build>
-
-    <plugins>
-
-      <!-- Build a CP File for use by MockServer -->     
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>build-cp-file</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>build-classpath</goal>
-            </goals>
-            <configuration>
-              <outputFile>target/cp.txt</outputFile>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <!-- Assembly Plugin (Proxy Client) -->
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-1</version>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <descriptors>
-            <descriptor>jboss-ejb3-proxy-impl-client.xml</descriptor>
-          </descriptors>
-          <attach>true</attach>
-        </configuration>
-        <inherited>false</inherited>
-      </plugin>
-
-    </plugins>
-
-  </build>
-  
-  <dependencyManagement>
-    <dependencies>
-      <!-- java.lang.NoSuchFieldError: m_map -->
-      <dependency>
-        <groupId>org.jboss.remoting</groupId>
-        <artifactId>jboss-remoting</artifactId>
-        <version>2.5.2</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-  <!-- Dependencies -->
-  <dependencies>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <!-- JBoss Remoting Aspects -->
-    <dependency>
-      <groupId>org.jboss.aspects</groupId>
-      <artifactId>jboss-remoting-aspects</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-common</artifactId>
-      <version>1.0.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-interceptors</artifactId>
-      <version>1.0.0</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-proxy-spi</artifactId>
-      <version>1.0.0</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-test</artifactId>
-      <version>1.0.0</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-test-remote</artifactId>
-      <version>1.0.0</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-log4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.metadata</groupId>
-      <artifactId>jboss-metadata</artifactId>
-    </dependency>
-    
-    <dependency>
-	<groupId>org.jboss.microcontainer</groupId>
-	<artifactId>jboss-aop-mc-int</artifactId>
-    </dependency>
-    
-
-    <dependency>
-      <groupId>org.jboss.naming</groupId>
-      <artifactId>jnpserver</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    
-    <!-- 
-     Needed by remoting, not declared as runtime dependency? 
-     
-     Remove if possible later
-    -->
-    <dependency>
-      <groupId>oswego-concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4-jboss-update1</version>
-      <scope>test</scope>
-    </dependency>
-
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml (from rev 106847, projects/ejb3/trunk/proxy-impl/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/pom.xml	2010-07-19 19:04:46 UTC (rev 106848)
@@ -0,0 +1,177 @@
+<!--
+  vi:ts=2:sw=2:expandtab
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.8</version>
+  </parent>
+
+  <!-- Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Configuration -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-proxy-impl</artifactId>
+  <version>1.0.9</version>
+  <name>JBoss EJB 3.x Proxy Implementation (Internals)</name>
+  <description>JBoss EJB 3.x Proxy Implementation (Internals)</description>
+  <url>http://www.jboss.org/jbossejb3</url>
+
+  <!-- Build Configuration -->
+  <build>
+
+    <plugins>
+
+      <!-- Build a CP File for use by MockServer -->     
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>build-cp-file</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>build-classpath</goal>
+            </goals>
+            <configuration>
+              <outputFile>target/cp.txt</outputFile>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <!-- Assembly Plugin (Proxy Client) -->
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-1</version>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <descriptors>
+            <descriptor>jboss-ejb3-proxy-impl-client.xml</descriptor>
+          </descriptors>
+          <attach>true</attach>
+        </configuration>
+        <inherited>false</inherited>
+      </plugin>
+
+    </plugins>
+
+  </build>
+  
+  <dependencyManagement>
+    <dependencies>
+      <!-- java.lang.NoSuchFieldError: m_map -->
+      <dependency>
+        <groupId>org.jboss.remoting</groupId>
+        <artifactId>jboss-remoting</artifactId>
+        <version>2.5.2</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+  <!-- Dependencies -->
+  <dependencies>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    
+    <!-- JBoss Remoting Aspects -->
+    <dependency>
+      <groupId>org.jboss.aspects</groupId>
+      <artifactId>jboss-remoting-aspects</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-common</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-interceptors</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-proxy-spi</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-test</artifactId>
+      <version>1.0.0</version>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-test-remote</artifactId>
+      <version>1.0.0</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.metadata</groupId>
+      <artifactId>jboss-metadata</artifactId>
+    </dependency>
+    
+    <dependency>
+	<groupId>org.jboss.microcontainer</groupId>
+	<artifactId>jboss-aop-mc-int</artifactId>
+    </dependency>
+    
+
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnpserver</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    
+    <!-- 
+     Needed by remoting, not declared as runtime dependency? 
+     
+     Remove if possible later
+    -->
+    <dependency>
+      <groupId>oswego-concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4-jboss-update1</version>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9</url>
+  </scm>
+</project>

Deleted: projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java
===================================================================
--- projects/ejb3/trunk/proxy-impl/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java	2010-07-19 15:55:13 UTC (rev 106821)
+++ projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java	2010-07-19 19:04:46 UTC (rev 106848)
@@ -1,101 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.ejb3.proxy.impl.invocation;
-
-import java.io.IOException;
-import java.io.ObjectInput;
-import java.io.ObjectOutput;
-import java.lang.reflect.Method;
-
-import org.jboss.aop.Advisor;
-import org.jboss.aop.advice.Interceptor;
-import org.jboss.aop.joinpoint.Invocation;
-import org.jboss.aop.joinpoint.MethodInvocation;
-
-/**
- * Comment
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision: 62769 $
- * @deprecated To be replaced by another invocation mechanism which provides way for
- * Stateless/Stateful Invocations - probably descended from ContainerMethodInvocation in
- * EJB3 Interceptors
- */
- at Deprecated
-public class StatefulRemoteInvocation extends MethodInvocation implements java.io.Externalizable
-{
-   private static final long serialVersionUID = 523913901046490941L;
-   
-   protected Object id;
-
-
-   public StatefulRemoteInvocation(Interceptor[] interceptors, long methodHash, Method advisedMethod, Method unadvisedMethod, Advisor advisor, Object id)
-   {
-      super(interceptors, methodHash, advisedMethod, unadvisedMethod, advisor);
-      this.id = id;
-   }
-
-   public StatefulRemoteInvocation()
-   {
-   }
-
-   public Object getId()
-   {
-      return id;
-   }
-
-   public Invocation getWrapper(Interceptor[] newchain)
-   {
-      throw new RuntimeException("NOT IMPLEMENTED");
-   }
-
-   public Invocation copy()
-   {
-      final Invocation copy = new StatefulRemoteInvocation(this.interceptors, this.methodHash, this.advisedMethod,
-            this.unadvisedMethod, this.advisor, this.id);
-      copy.setMetaData(this.getMetaData());
-      return copy;
-   }
-
-   public void writeExternal(ObjectOutput out) throws IOException
-   {
-      super.writeExternal(out);
-      out.writeObject(id);
-   }
-
-   public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-   {
-      super.readExternal(in);
-      id = in.readObject();
-   }
-
-   public String toString()
-   {
-      StringBuffer sb = new StringBuffer(100);
-      sb.append("[");
-      sb.append("id=").append(id);
-      sb.append(", MethodInvocation=").append(super.toString());
-      sb.append("]");
-      return sb.toString();
-   }
-
-}

Copied: projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java (from rev 106846, projects/ejb3/trunk/proxy-impl/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-proxy-impl-1.0.9/src/main/java/org/jboss/ejb3/proxy/impl/invocation/StatefulRemoteInvocation.java	2010-07-19 19:04:46 UTC (rev 106848)
@@ -0,0 +1,102 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.ejb3.proxy.impl.invocation;
+
+import java.io.IOException;
+import java.io.ObjectInput;
+import java.io.ObjectOutput;
+import java.lang.reflect.Method;
+
+import org.jboss.aop.Advisor;
+import org.jboss.aop.advice.Interceptor;
+import org.jboss.aop.joinpoint.Invocation;
+import org.jboss.aop.joinpoint.MethodInvocation;
+
+/**
+ * Comment
+ *
+ * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
+ * @version $Revision: 62769 $
+ * @deprecated To be replaced by another invocation mechanism which provides way for
+ * Stateless/Stateful Invocations - probably descended from ContainerMethodInvocation in
+ * EJB3 Interceptors
+ */
+ at Deprecated
+public class StatefulRemoteInvocation extends MethodInvocation implements java.io.Externalizable
+{
+   private static final long serialVersionUID = 523913901046490941L;
+   
+   protected Object id;
+
+
+   public StatefulRemoteInvocation(Interceptor[] interceptors, long methodHash, Method advisedMethod, Method unadvisedMethod, Advisor advisor, Object id)
+   {
+      super(interceptors, methodHash, advisedMethod, unadvisedMethod, advisor);
+      this.id = id;
+   }
+
+   public StatefulRemoteInvocation()
+   {
+   }
+
+   public Object getId()
+   {
+      return id;
+   }
+
+   public Invocation getWrapper(Interceptor[] newchain)
+   {
+      throw new RuntimeException("NOT IMPLEMENTED");
+   }
+
+   public Invocation copy()
+   {
+      final StatefulRemoteInvocation copy = new StatefulRemoteInvocation(this.interceptors, this.methodHash, this.advisedMethod,
+            this.unadvisedMethod, this.advisor, this.id);
+      copy.setMetaData(this.getMetaData());
+      copy.setArguments(this.getArguments());
+      return copy;
+   }
+
+   public void writeExternal(ObjectOutput out) throws IOException
+   {
+      super.writeExternal(out);
+      out.writeObject(id);
+   }
+
+   public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
+   {
+      super.readExternal(in);
+      id = in.readObject();
+   }
+
+   public String toString()
+   {
+      StringBuffer sb = new StringBuffer(100);
+      sb.append("[");
+      sb.append("id=").append(id);
+      sb.append(", MethodInvocation=").append(super.toString());
+      sb.append("]");
+      return sb.toString();
+   }
+
+}



More information about the jboss-cvs-commits mailing list