dain        2005/05/08 15:37:12

  Modified:    modules/openejb-builder project.xml
  Log:

  Added KernelFactory for pluggable kernel
  Kernel is now an interface
  Moved Kernel implementation  to basic kernel
  Converted JMX registry and config manager to plain old gbeans (they do not 
require special access to the kernel)
  Magic attributes such as state and enabled are now accessed via kernel methods
  Use of getAttribute and invoke for magic attributes and state transition is 
now deprecated
  Cleaned up cruft in GBean infos such as declaration of non existent attributes
  Upgraded to newest CGLIB, asm, and commons-collections
  
  Revision  Changes    Path
  1.20      +2 -2      openejb/modules/openejb-builder/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml       8 May 2005 16:22:55 -0000       1.19
  +++ project.xml       8 May 2005 19:37:12 -0000       1.20
  @@ -305,7 +305,7 @@
   
           <dependency>
               <groupId>cglib</groupId>
  -            <artifactId>cglib-full</artifactId>
  +            <artifactId>cglib-nodep</artifactId>
               <version>${cglib_version}</version>
               <url>http://cglib.sf.net</url>
               <properties>
  
  
  

Reply via email to