[jboss-cvs] JBossAS SVN: r100056 - in projects/ejb3/trunk/testsuite: src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 28 11:12:00 EST 2010


Author: ALRubinger
Date: 2010-01-28 11:11:59 -0500 (Thu, 28 Jan 2010)
New Revision: 100056

Removed:
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpException.java
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpSessionProxyInvocationHandler.java
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpStatefulRemoteProxyFactory.java
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBean.java
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBeanDeploymentDescriptor.java
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulRemote.java
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/unit/
   projects/ejb3/trunk/testsuite/src/test/resources/test-configs/statefulproxyfactoryoverride/
Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
   projects/ejb3/trunk/testsuite/pom.xml
   projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml
Log:
[EJBTHREE-1640] Remove unsupported statefulproxyfactoryoverride test

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2010-01-28 16:11:59 UTC (rev 100056)
@@ -209,11 +209,6 @@
       <jvmarg value="${ejb3.jboss.jvmargs}" />
     </server>
     
-    <!-- statefulproxyfactoryoverride -->
-    <server name="statefulproxyfactoryoverride" host="${node0}">
-      <jvmarg value="${ejb3.jboss.jvmargs}" />
-    </server>
-    
     <!-- ejbthree1504 -->
     <server name="ejbthree1504" host="${node0}">
       <jvmarg value="${ejbthree1504.jboss.jvmargs}" />
@@ -3265,30 +3260,7 @@
          </fileset>
       </jar>
    </target>
-	
-   <target name="statefulproxyfactoryoverride"
-      description="Builds all jar files."
-      >
 
-      <mkdir dir="${build.lib}"/>
-
-      <jar jarfile="${build.lib}/statefulproxyfactoryoverride-test.jar">
-         <fileset dir="${build.classes}">
-            <include name="org/jboss/ejb3/test/statefulproxyfactoryoverride/*.class"/>
-	        <exclude name="org/jboss/ejb3/test/statefulproxyfactoryoverride/*Factory*.class"/>
-         </fileset>
-      	 <fileset dir="${resources}/test/statefulproxyfactoryoverride">
-  	        <include name="META-INF/*.xml"/>
-  	     </fileset>
-      </jar>
-	
-	  <jar jarfile="${resources}/test-configs/statefulproxyfactoryoverride/lib/statefulproxyfactoryoverride.jar">
-         <fileset dir="${build.classes}">
-	        <include name="org/jboss/ejb3/test/statefulproxyfactoryoverride/*Factory*.class"/>
-         </fileset>
-      </jar>
-   </target>
-
    <target name="stateful"
       description="Builds all jar files."
       >
@@ -4233,7 +4205,7 @@
 	      <build-simple-jar name="ejbthree1926"/>
 	</target>
     	
-   <target name="jars" depends="statefulproxyfactoryoverride, removedislocal, statelesscreation, defaultremotebindings, localfromremote, clusteredjms, concurrentnaming, propertyreplacement, persistenceunits, appclient, tck5sec, invalidtxmdb, descriptortypo, libdeployment, homeinterface, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader,
+   <target name="jars" depends="removedislocal, statelesscreation, defaultremotebindings, localfromremote, clusteredjms, concurrentnaming, propertyreplacement, persistenceunits, appclient, tck5sec, invalidtxmdb, descriptortypo, libdeployment, homeinterface, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader,
       concurrent,
       circulardependency, jsp, timerdependency, servicedependency, stateless14, webservices, ear, ejbthree440,
       ejbthree454, ejbthree471, 
@@ -4676,7 +4648,6 @@
 	  <!--antcall target="multi-instance-localfromremote-test"  inheritRefs="true"/-->
 	  <antcall target="statelesscreation-test"  inheritRefs="true"/>
 	  <antcall target="removedislocal-test"  inheritRefs="true"/>
-	  <antcall target="statefulproxyfactoryoverride-test"  inheritRefs="true"/>
    </target>
 
    <target name="no-start-jboss-tests" depends="init" description="Execute all tests">
@@ -5285,25 +5256,6 @@
 
       <server:stop name="libdeployment" />
    </target>
-	
-   <target name="statefulproxyfactoryoverride-test" depends="init">
-      <create-config baseconf="all" newconf="statefulproxyfactoryoverride">
-         <patternset>
-            <include name="conf/**"/>
-            <include name="deploy*/**"/>
-            <include name="lib/**"/>
-	        <include name="deployers/**"/>
-         </patternset>
-      </create-config>
-
-      <server:start name="statefulproxyfactoryoverride" />
-
-      <antcall target="test" inheritRefs="true">
-         <param name="test" value="statefulproxyfactoryoverride"/>
-      </antcall>
-
-      <server:stop name="statefulproxyfactoryoverride" />
-   </target>
   
    <target name="ejbthree1504-test" depends="init">
       <delete dir="${jboss.dist}/server/ejbthree1504" failonerror="false"/>

Modified: projects/ejb3/trunk/testsuite/pom.xml
===================================================================
--- projects/ejb3/trunk/testsuite/pom.xml	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/pom.xml	2010-01-28 16:11:59 UTC (rev 100056)
@@ -116,32 +116,22 @@
                   <groupId>org.jboss.jbossas</groupId>
                   <artifactId>jboss-server-manager</artifactId>
                 </artifactItem>
-              </artifactItems>
-              <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
-              <overWriteIfNewer>true</overWriteIfNewer>
-              <stripVersion>true</stripVersion>
-            </configuration>
-          </execution>
-
-          <!-- Copy dependencies necessary of Test Clients -->
-          <execution>
-            <id>copy-core-dependencies</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
                 <artifactItem>
-                  <groupId>org.jboss.ejb3</groupId>
-                  <artifactId>jboss-ejb3-core</artifactId>
-                  <scope>test</scope>
+                  <groupId>apache-httpclient</groupId>
+                  <artifactId>commons-httpclient</artifactId>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>commons-codec</groupId>
+                  <artifactId>commons-codec</artifactId>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>junit</groupId>
+                  <artifactId>junit</artifactId>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>
               <stripVersion>true</stripVersion>
-              <!-- <excludeTransitive>true</excludeTransitive>  -->
             </configuration>
           </execution>
 

Deleted: projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpException.java
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpException.java	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpException.java	2010-01-28 16:11:59 UTC (rev 100056)
@@ -1,58 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, 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.test.statefulproxyfactoryoverride;
-
-/**
- * NoOpException
- * 
- * Thrown by all invocations to the No-Op Proxy Invocation
- * Handler
- *
- * @author <a href="mailto:andrew.rubinger at jboss.org">ALR</a>
- * @version $Revision: $
- */
-public class NoOpException extends RuntimeException
-{
-
-   private static final long serialVersionUID = 1L;
-
-   public NoOpException()
-   {
-      super();
-   }
-
-   public NoOpException(String message, Throwable cause)
-   {
-      super(message, cause);
-   }
-
-   public NoOpException(String message)
-   {
-      super(message);
-   }
-
-   public NoOpException(Throwable cause)
-   {
-      super(cause);
-   }
-
-}

Deleted: projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpSessionProxyInvocationHandler.java
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpSessionProxyInvocationHandler.java	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpSessionProxyInvocationHandler.java	2010-01-28 16:11:59 UTC (rev 100056)
@@ -1,97 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, 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.test.statefulproxyfactoryoverride;
-
-import java.lang.reflect.Method;
-
-import org.jboss.aop.advice.Interceptor;
-import org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler;
-
-/**
- * NoOpSessionProxyInvocationHandler
- * 
- * A Mock No-Op Invocation Handler used in testing that a custom Proxy Factory
- * has been used
- *
- * @author <a href="mailto:andrew.rubinger at jboss.org">ALR</a>
- * @version $Revision: $
- */
-public class NoOpSessionProxyInvocationHandler implements SessionProxyInvocationHandler
-{
-   private static final long serialVersionUID = 1L;
-
-   public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
-   {
-      throw new NoOpException("Invoked upon " + NoOpSessionProxyInvocationHandler.class.getName());
-   }
-
-   public String getBusinessInterfaceType()
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public String getContainerGuid()
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public String getContainerName()
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public Interceptor[] getInterceptors()
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public Object getTarget()
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public void setBusinessInterfaceType(String businessInterfaceType)
-   {
-      throw new UnsupportedOperationException();  
-   }
-
-   public void setContainerGuid(String containerGuid)
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public void setContainerName(String containerName)
-   {
-      throw new UnsupportedOperationException();
-   }
-
-   public void setInterceptors(Interceptor[] interceptors)
-   {
-      throw new UnsupportedOperationException();      
-   }
-
-   public void setTarget(Object target)
-   {
-      throw new UnsupportedOperationException();
-   }
-
-}

Deleted: projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpStatefulRemoteProxyFactory.java
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpStatefulRemoteProxyFactory.java	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/NoOpStatefulRemoteProxyFactory.java	2010-01-28 16:11:59 UTC (rev 100056)
@@ -1,96 +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.test.statefulproxyfactoryoverride;
-
-import org.jboss.aop.Advisor;
-import org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory;
-import org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler;
-import org.jboss.logging.Logger;
-import org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData;
-
-/**
- * NoOpStatefulRemoteProxyFactory
- * 
- * A Proxy Factory that dispatches Proxies which will
- * throw NoOpException upon every invocation
- *
- * @author <a href="mailto:andrew.rubinger at jboss.org">ALR</a>
- * @version $Revision: $
- */
-public class NoOpStatefulRemoteProxyFactory extends StatefulSessionRemoteProxyFactory
-{
-
-   //----------------------------------------------------------------------------||
-   // Class Members -------------------------------------------------------------||
-   //----------------------------------------------------------------------------||
-
-   @SuppressWarnings("unused")
-   private static final Logger log = Logger.getLogger(NoOpStatefulRemoteProxyFactory.class);
-
-   /**
-    * Handler to be used, always
-    */
-   private static final SessionProxyInvocationHandler HANDLER = new NoOpSessionProxyInvocationHandler();
-
-   //----------------------------------------------------------------------------||
-   // Constructors --------------------------------------------------------------||
-   //----------------------------------------------------------------------------||
-
-   /**
-    * Sole Constructor
-    */
-   public NoOpStatefulRemoteProxyFactory(String name, String containerName, String containerGuid,
-         JBossSessionBeanMetaData metadata, ClassLoader classloader, String url, Advisor advisor,
-         String interceptorStackName)
-   {
-      super(name, containerName, containerGuid, metadata, classloader, url, advisor, interceptorStackName);
-   }
-
-   //----------------------------------------------------------------------------||
-   // Overridden Implementations ------------------------------------------------||
-   //----------------------------------------------------------------------------||
-
-   @Override
-   protected SessionProxyInvocationHandler createBusinessDefaultInvocationHandler()
-   {
-      return HANDLER;
-   }
-
-   @Override
-   protected SessionProxyInvocationHandler createBusinessInterfaceSpecificInvocationHandler(String businessInterfaceName)
-   {
-      return HANDLER;
-   }
-
-   @Override
-   protected SessionProxyInvocationHandler createEjb2xComponentInterfaceInvocationHandler()
-   {
-      return HANDLER;
-   }
-
-   @Override
-   protected SessionProxyInvocationHandler createHomeInvocationHandler()
-   {
-      return HANDLER;
-   }
-
-}

Deleted: projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBean.java
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBean.java	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBean.java	2010-01-28 16:11:59 UTC (rev 100056)
@@ -1,46 +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.test.statefulproxyfactoryoverride;
-
-import javax.ejb.Remote;
-import javax.ejb.Stateful;
-import org.jboss.ejb3.annotation.RemoteBinding;
-import org.jboss.logging.Logger;
-
-/**
- * Comment
- *
- * @author <a href="mailto:bdecoste at jboss.com">William DeCoste</a>
- */
- at Stateful
- at Remote(StatefulRemote.class)
- at RemoteBinding(jndiBinding = "Stateful",
-               factory = "CustomFactory")
-public class StatefulBean implements StatefulRemote
-{
-   private static final Logger log = Logger.getLogger(StatefulBean.class);
-
-   public String method() throws Exception
-   {
-      return "Yay!!";
-   }
-}

Deleted: projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBeanDeploymentDescriptor.java
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBeanDeploymentDescriptor.java	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulBeanDeploymentDescriptor.java	2010-01-28 16:11:59 UTC (rev 100056)
@@ -1,42 +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.test.statefulproxyfactoryoverride;
-
-import javax.ejb.Remote;
-import javax.ejb.Stateful;
-import org.jboss.ejb3.annotation.RemoteBinding;
-import org.jboss.logging.Logger;
-
-/**
- * Comment
- *
- * @author <a href="mailto:bdecoste at jboss.com">William DeCoste</a>
- */
-public class StatefulBeanDeploymentDescriptor implements StatefulRemote
-{
-   private static final Logger log = Logger.getLogger(StatefulBeanDeploymentDescriptor.class);
-
-   public String method() throws Exception
-   {
-      return "Yay!!";
-   }
-}

Deleted: projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulRemote.java
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulRemote.java	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/statefulproxyfactoryoverride/StatefulRemote.java	2010-01-28 16:11:59 UTC (rev 100056)
@@ -1,32 +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.test.statefulproxyfactoryoverride;
-
-/**
- * Comment
- *
- * @author <a href="mailto:bdecoste at jboss.com">William DeCoste</a>
- */
-public interface StatefulRemote
-{
-   String method() throws Exception;
-}

Modified: projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml	2010-01-28 15:49:47 UTC (rev 100055)
+++ projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml	2010-01-28 16:11:59 UTC (rev 100056)
@@ -36,9 +36,6 @@
   <entry key="org.jboss.ejb3.test.jacc.unit.JaccTestCase.testSomeEntityDelete">show</entry>
   <!-- EJBTHREE-1644 -->
   <entry key="org.jboss.ejb3.test.security.unit.EJBSpecUnitTestCase.testDomainInteraction">show</entry>
-  <!-- EJBTHREE-1640 -->
-  <entry key="org.jboss.ejb3.test.statefulproxyfactoryoverride.unit.RemoteUnitTestCase.testRemoteBindingProxyFactory">show</entry>
-  <entry key="org.jboss.ejb3.test.statefulproxyfactoryoverride.unit.RemoteUnitTestCase.testDeploymentDescriptorRemoteBindingProxyFactory">show</entry>
   <!-- EJBTHREE-1656 -->
   <entry key="org.jboss.ejb3.test.stateless.unit.StatelessTestCase.testTemplateInterfaceTx">show</entry>
   <!-- EJBTHREE-1665 -->




More information about the jboss-cvs-commits mailing list