You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/09/01 00:46:18 UTC

svn commit: r439078 [1/3] - in /geronimo/server/trunk/testsupport: ./ test-deployment-j2ee_1.3/ test-deployment-j2ee_1.3/test-ear-j2ee_1.3/ test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/ test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/ test-deploy...

Author: jdillon
Date: Thu Aug 31 15:46:14 2006
New Revision: 439078

URL: http://svn.apache.org/viewvc?rev=439078&view=rev
Log:
(GERONIMO-2352) Adding top-level testsupport module, which contains test-deployment-* modules
This commit is based on the patch from Bill Dudney, only masaged a little change some build config, license headers and artifactIds
Thanks Bill!

Added:
    geronimo/server/trunk/testsupport/
    geronimo/server/trunk/testsupport/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/resources/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/resources/META-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/resources/META-INF/ejb-jar.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/resources/META-INF/openejb-jar.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/ra.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/main/webapp/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/main/webapp/WEB-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/main/webapp/WEB-INF/geronimo-web.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/main/webapp/WEB-INF/web.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/src/main/webapp/hello.txt   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/src/main/resources/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/src/main/resources/META-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/src/main/resources/META-INF/application.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/src/main/resources/META-INF/geronimo-application.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/bmp/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/cmp/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/sfsb/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/slsb/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionLocal.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionLocalHome.java   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/resources/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/resources/META-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/resources/META-INF/ejb-jar.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/src/main/resources/META-INF/openejb-jar.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/ra.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/main/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/main/webapp/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/main/webapp/WEB-INF/
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/main/webapp/WEB-INF/geronimo-web.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/main/webapp/WEB-INF/web.xml   (with props)
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/src/main/webapp/hello.txt   (with props)

Added: geronimo/server/trunk/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/pom.xml?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/pom.xml (added)
+++ geronimo/server/trunk/testsupport/pom.xml Thu Aug 31 15:46:14 2006
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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">
+    
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.geronimo</groupId>
+        <artifactId>geronimo</artifactId>
+        <version>1.2-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    
+    <groupId>org.apache.geronimo.testsupport</groupId>
+    <artifactId>testsupport</artifactId>
+    <name>Geronimo Test Support</name>
+    <packaging>pom</packaging>
+    
+    <description>
+        Provides support for Geronimo tests.
+    </description>
+
+    <modules>
+      <module>test-deployment-j2ee_1.3</module>
+      <module>test-deployment-j2ee_1.4</module>
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/testsupport/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml Thu Aug 31 15:46:14 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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">
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.geronimo.testsupport</groupId>
+        <artifactId>testsupport</artifactId>
+        <version>1.2-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    
+    <artifactId>test-deployment-j2ee_1.3</artifactId>
+    <name>Geronimo Test Support, Test Deployment J2EE 1.3</name>
+    <packaging>pom</packaging>
+    
+    <description>
+        Geronimo test deployments for J2EE 1.3.
+    </description>
+    
+    <modules>
+        <module>test-ejb-j2ee_1.3</module>
+        <module>test-war-j2ee_1.3</module>
+        <module>test-rar-j2ee_1.3</module>
+        <module>test-ear-j2ee_1.3</module>
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml Thu Aug 31 15:46:14 2006
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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">
+    
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.testsupport</groupId>
+        <artifactId>test-deployment-j2ee_1.3</artifactId>
+        <version>1.2-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>test-ear-j2ee_1.3</artifactId>
+    <name>Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR</name>
+    <packaging>ear</packaging>
+    
+    <description>
+        Geronimo test EAR for J2EE 1.3.
+    </description>
+    
+    <dependencies>
+        
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>test-war-j2ee_1.3</artifactId>
+            <version>${pom.version}</version>
+            <type>war</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>test-ejb-j2ee_1.3</artifactId>
+            <version>${pom.version}</version>
+            <type>ejb</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>test-rar-j2ee_1.3</artifactId>
+            <version>${pom.version}</version>
+            <type>rar</type>
+        </dependency>
+        
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-ear-plugin</artifactId>
+                <configuration>
+                    <displayName>Geronimo Test EAR for J2EE 1.3</displayName>
+                    <description>Test EAR for 1.3 testing</description>
+                    <version>1.3</version>
+                    <modules>
+                        <webModule>
+                            <groupId>${pom.groupId}</groupId>
+                            <artifactId>test-war-j2ee_1.3</artifactId>
+                            <contextRoot>/test-1_3</contextRoot>
+                            <bundleFileName>web.war</bundleFileName>
+                        </webModule>
+                        
+                        <ejbModule>
+                            <groupId>${pom.groupId}</groupId>
+                            <artifactId>test-ejb-j2ee_1.3</artifactId>
+                            <bundleFileName>ejb.jar</bundleFileName>
+                        </ejbModule>
+                        
+                        <rarModule>
+                            <groupId>${pom.groupId}</groupId>
+                            <artifactId>test-rar-j2ee_1.3</artifactId>
+                            <bundleFileName>rar.rar</bundleFileName>
+                        </rarModule>
+                    </modules>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    
+</project>

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml Thu Aug 31 15:46:14 2006
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">
+<application>
+    <icon>
+        <small-icon>url/to/small/icon</small-icon>
+        <large-icon>url/to/large/icon</large-icon>
+    </icon>
+    <description>EAR to test J2EE 1.3 deployment</description>
+    <module>
+        <web>
+            <web-uri>web.war</web-uri>
+            <context-root>test-1_3</context-root>
+        </web>
+    </module>
+    <module>
+        <ejb>ejb.jar</ejb>
+    </module>
+    <module>
+        <connector>rar.rar</connector>
+    </module>
+</application>

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/application.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml Thu Aug 31 15:46:14 2006
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1">
+
+    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
+        <moduleId>
+            <groupId>org.apache.geronimo.test</groupId>
+            <artifactId>test-ear-1_3</artifactId>
+            <version>1.0</version>
+            <type>ear</type>
+        </moduleId>
+    </environment>
+
+</application>

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/src/main/resources/META-INF/geronimo-application.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml Thu Aug 31 15:46:14 2006
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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">
+    
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.testsupport</groupId>
+        <artifactId>test-deployment-j2ee_1.3</artifactId>
+        <version>1.2-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>test-ejb-j2ee_1.3</artifactId>
+    <name>Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB</name>
+    <packaging>ejb</packaging>
+    
+    <description>
+        Geronimo test EJBs for J2EE 1.3.
+    </description>
+
+    <dependencies>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_2.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+    </dependencies>
+
+</project>

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.bmp;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBObject;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleBMPEntity extends EJBObject {
+    String getName() throws RemoteException;
+    void setName(String name) throws RemoteException;
+    String getValue() throws RemoteException;
+    void setValue(String value) throws RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntity.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,88 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.bmp;
+
+import javax.ejb.EJBException;
+import javax.ejb.EntityBean;
+import javax.ejb.EntityContext;
+import javax.ejb.RemoveException;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public class SimpleBMPEntityEJB implements EntityBean {
+    private static final Integer PK = new Integer(1);
+    private static String name = "SomeName";
+    private static String value = "SomeValue";
+
+    public Integer ejbCreate() {
+        return PK;
+    }
+
+    public void ejbPostCreate() {
+    }
+
+    public Integer ejbFindByPrimaryKey(Integer key) throws javax.ejb.FinderException {
+        if(PK.equals(key)) {
+            return PK;
+        } else {
+            return null;
+        }
+    }
+
+    public String getName() {
+        return name;
+    }
+
+    public void setName(String name) {
+        SimpleBMPEntityEJB.name = name;
+    }
+
+    public String getValue() {
+        return value;
+    }
+
+    public void setValue(String value) {
+        SimpleBMPEntityEJB.value = value;
+    }
+
+    public void ejbActivate() throws EJBException {
+    }
+
+    public void ejbLoad() throws EJBException {
+    }
+
+    public void ejbPassivate() throws EJBException {
+    }
+
+    public void ejbRemove() throws RemoveException, EJBException {
+    }
+
+    public void ejbStore() throws EJBException {
+    }
+
+    public void setEntityContext(EntityContext ctx) throws EJBException {
+    }
+
+    public void unsetEntityContext() throws EJBException {
+    }
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityEJB.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.bmp;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBHome;
+import javax.ejb.CreateException;
+import javax.ejb.FinderException;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleBMPEntityHome extends EJBHome {
+    SimpleBMPEntity create() throws CreateException, RemoteException;
+    SimpleBMPEntity findByPrimaryKey(Integer key) throws RemoteException, FinderException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,34 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.bmp;
+
+import javax.ejb.EJBLocalObject;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleBMPEntityLocal extends EJBLocalObject {
+    String getName();
+    void setName(String name);
+    String getValue();
+    void setValue(String value);
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocal.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,33 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.bmp;
+
+import javax.ejb.CreateException;
+import javax.ejb.EJBLocalHome;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleBMPEntityLocalHome extends EJBLocalHome {
+    SimpleBMPEntityLocal create() throws CreateException;
+    SimpleBMPEntityLocal findByPrimaryKey(Integer key) throws javax.ejb.FinderException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/bmp/SimpleBMPEntityLocalHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.cmp;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBObject;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleCMPEntity extends EJBObject {
+    Integer getId() throws RemoteException;
+
+    String getFirstName() throws RemoteException;
+
+    void setFirstName(String firstName) throws RemoteException;
+
+    String getLastName() throws RemoteException;
+
+    void setLastName(String lastName) throws RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntity.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,76 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.cmp;
+
+import javax.ejb.EntityBean;
+import javax.ejb.EntityContext;
+import javax.ejb.CreateException;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public abstract class SimpleCMPEntityEJB implements EntityBean {
+    public SimpleCMPEntityEJB() {
+    }
+
+    public abstract Integer getId();
+
+    public abstract void setId(Integer id);
+
+    public abstract String getFirstName();
+
+    public abstract void setFirstName(String firstName);
+
+    public abstract String getLastName();
+
+    public abstract void setLastName(String lastName);
+
+    public Integer ejbCreate(Integer id) throws CreateException {
+        setId(id);
+        return null;
+    }
+
+    public void ejbPostCreate(Integer id) {
+    }
+
+    public void ejbActivate() {
+    }
+
+    public void ejbLoad() {
+    }
+
+    public void ejbPassivate() {
+    }
+
+    public void ejbRemove() {
+    }
+
+    public void ejbStore() {
+    }
+
+    public void setEntityContext(EntityContext ctx) {
+    }
+
+    public void unsetEntityContext() {
+    }
+
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityEJB.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.cmp;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBHome;
+import javax.ejb.FinderException;
+import javax.ejb.CreateException;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleCMPEntityHome extends EJBHome {
+    SimpleCMPEntity create(Integer key) throws CreateException, RemoteException;
+    SimpleCMPEntity findByPrimaryKey(Integer key) throws FinderException, RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,39 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.cmp;
+
+import javax.ejb.EJBLocalObject;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleCMPEntityLocal extends EJBLocalObject {
+    Integer getId();
+
+    String getFirstName();
+
+    void setFirstName(String firstName);
+
+    String getLastName();
+
+    void setLastName(String lastName);
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocal.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,34 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.cmp;
+
+import javax.ejb.EJBLocalHome;
+import javax.ejb.CreateException;
+import javax.ejb.FinderException;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleCMPEntityLocalHome extends EJBLocalHome {
+    SimpleCMPEntityLocal create(Integer key) throws CreateException;
+    SimpleCMPEntityLocal findByPrimaryKey(Integer key) throws FinderException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/cmp/SimpleCMPEntityLocalHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,33 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.sfsb;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBObject;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleStatefulSession extends EJBObject {
+    String getValue() throws RemoteException;
+    void setValue(String value) throws RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSession.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.sfsb;
+
+import javax.ejb.EJBException;
+import javax.ejb.SessionBean;
+import javax.ejb.SessionContext;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public class SimpleStatefulSessionEJB implements SessionBean {
+    private String value;
+
+    public SimpleStatefulSessionEJB() {
+        value = "nothing";
+    }
+
+    public String getValue() {
+        return value;
+    }
+
+    public void setValue(String value) {
+        this.value = value;
+    }
+
+    public void ejbCreate() {
+    }
+
+    public void ejbActivate() throws EJBException {
+    }
+
+    public void ejbPassivate() throws EJBException {
+    }
+
+    public void ejbRemove() throws EJBException {
+    }
+
+    public void setSessionContext(SessionContext ctx) throws EJBException {
+    }
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionEJB.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,33 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.sfsb;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBHome;
+import javax.ejb.CreateException;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleStatefulSessionHome extends EJBHome {
+    SimpleStatefulSession create() throws CreateException, RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.sfsb;
+
+import javax.ejb.EJBLocalObject;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleStatefulSessionLocal extends EJBLocalObject {
+    String getValue();
+    void setValue(String value);
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocal.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.sfsb;
+
+import javax.ejb.CreateException;
+import javax.ejb.EJBLocalHome;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleStatefulSessionLocalHome extends EJBLocalHome {
+    SimpleStatefulSessionLocal create() throws CreateException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/sfsb/SimpleStatefulSessionLocalHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.slsb;
+
+import java.rmi.RemoteException;
+import javax.ejb.EJBObject;
+
+/**
+ *
+ *
+ * @version $Rev$ $Date$
+ */
+public interface SimpleStatelessSession extends EJBObject {
+    String echo(String message) throws RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSession.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.slsb;
+
+import javax.ejb.EJBException;
+import javax.ejb.SessionBean;
+import javax.ejb.SessionContext;
+
+/**
+ *
+ *
+ * @version $Rev$ $Date$
+ */
+public class SimpleStatelessSessionEJB implements SessionBean {
+    public SimpleStatelessSessionEJB() {
+    }
+
+    public String echo(String message) {
+        return message;
+    }
+
+    public void ejbCreate() throws javax.ejb.CreateException {
+    }
+
+    public void ejbActivate() throws EJBException {
+    }
+
+    public void ejbPassivate() throws EJBException {
+    }
+
+    public void ejbRemove() throws EJBException {
+    }
+
+    public void setSessionContext(SessionContext ctx) throws EJBException {
+    }
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionEJB.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java?rev=439078&view=auto
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java (added)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java Thu Aug 31 15:46:14 2006
@@ -0,0 +1,31 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.openejb.test.simple.slsb;
+
+import javax.ejb.EJBHome;
+
+/**
+ * 
+ * 
+ * @version $Rev$ $Date$
+ */
+public interface SimpleStatelessSessionHome extends EJBHome {
+    SimpleStatelessSession create() throws javax.ejb.CreateException, java.rmi.RemoteException;
+}

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/src/main/java/org/openejb/test/simple/slsb/SimpleStatelessSessionHome.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain