chirino     2005/08/19 17:33:41

  Modified:    modules/core/src/java/org/openejb service-jar.xml
  Log:

  Decoupled the GBean kernel dependencies from the transaction module by 
refactoring out new *GBean classes.
  
  Revision  Changes    Path
  1.5       +2 -2      openejb/modules/core/src/java/org/openejb/service-jar.xml
  
  Index: service-jar.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/service-jar.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- service-jar.xml   11 Dec 2004 05:03:33 -0000      1.4
  +++ service-jar.xml   19 Aug 2005 21:33:41 -0000      1.5
  @@ -74,7 +74,7 @@
   
       <ServiceProvider id="TransactionManager"
           provider-type="TransactionManager"
  -        
class-name="org.apache.geronimo.transaction.manager.TransactionManagerImpl">
  +        
class-name="org.apache.geronimo.transaction.manager.TransactionManagerImplGBean">
           defaultTransactionTimeoutSeconds             10
           TransactionLog               HOWLTransactionLog
           ResourceManagers    j2eeType=JCAManagedConnectionFactory,* 
j2eeType=ActivationSpec,*
  @@ -83,7 +83,7 @@
   
       <ServiceProvider id="TransactionContextManager"
           provider-type="TransactionContextManager"
  -        
class-name="org.apache.geronimo.transaction.context.TransactionContextManager">
  +        
class-name="org.apache.geronimo.transaction.context.TransactionContextManagerGBean">
           TransactionManager           TransactionManager
           XidImporter                  TransactionManager
       </ServiceProvider>
  
  
  

Reply via email to