dain        2004/04/15 22:34:05

  Modified:    modules/assembly/src/plan j2ee-server-plan.xml
                        system-plan.xml
  Log:

  Changed container id to a String
  Simplified requirements to create an EJBProxyFactory
  EJBProxyFactory is now constructed in the GenericEJBContainer constructor
  Change ProxyRefAddress to store the class names instead of a proxy info
  object; this allows the construction of an ejb-ref without knowing the
  container type
  Merged stateless and stateful object base classes into a single class,
  which simplifies proxy construction
  
  Revision  Changes    Path
  1.4       +1 -1      openejb/modules/assembly/src/plan/j2ee-server-plan.xml
  
  Index: j2ee-server-plan.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/assembly/src/plan/j2ee-server-plan.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- j2ee-server-plan.xml      9 Apr 2004 19:04:00 -0000       1.3
  +++ j2ee-server-plan.xml      16 Apr 2004 02:34:05 -0000      1.4
  @@ -54,7 +54,7 @@
           <uri>geronimo/jars/geronimo-security-DEV.jar</uri>
       </dependency>
       <dependency>
  -        <uri>tranql/jars/tranql-SNAPSHOT.jar</uri>
  +        <uri>tranql/jars/tranql-DEV.jar</uri>
       </dependency>
       <dependency>
           <uri>openejb/jars/openejb-core-DEV.jar</uri>
  
  
  
  1.2       +1 -1      openejb/modules/assembly/src/plan/system-plan.xml
  
  Index: system-plan.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/assembly/src/plan/system-plan.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- system-plan.xml   6 Apr 2004 18:41:45 -0000       1.1
  +++ system-plan.xml   16 Apr 2004 02:34:05 -0000      1.2
  @@ -31,7 +31,7 @@
       configId="org/apache/geronimo/System"
       >
   
  -    <executable mainClass="org.apache.geronimo.system.main.Daemon" 
classPath="../lib/geronimo-kernel-DEV.jar ../lib/geronimo-system-DEV.jar 
../lib/cglib-full-2.0-RC2.jar ../lib/commons-cli-1.0.jar 
../lib/commons-logging-1.0.3.jar ../lib/log4j-1.2.8.jar ../lib/mx4j-SNAPSHOT.jar 
../lib/xercesImpl-2.6.0.jar ../lib/xmlParserAPIs-2.2.1.jar"/>
  +    <executable mainClass="org.apache.geronimo.system.main.Daemon" 
classPath="../lib/geronimo-kernel-DEV.jar ../lib/geronimo-system-DEV.jar 
../lib/cglib-full-2.0.jar ../lib/commons-cli-1.0.jar ../lib/commons-logging-1.0.3.jar 
../lib/log4j-1.2.8.jar ../lib/mx4j-SNAPSHOT.jar ../lib/xercesImpl-2.6.0.jar 
../lib/xmlParserAPIs-2.2.1.jar"/>
   
       <!-- ServerInfo service -->
       <gbean name="geronimo.system:role=ServerInfo" 
class="org.apache.geronimo.system.serverinfo.ServerInfo"/>
  
  
  

Reply via email to