You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2007/01/27 00:43:48 UTC

svn commit: r500414 - /geronimo/server/branches/2.0-M2/RELEASE-NOTES-2.0-M2.TXT

Author: hogstrom
Date: Fri Jan 26 15:43:47 2007
New Revision: 500414

URL: http://svn.apache.org/viewvc?view=rev&rev=500414
Log:
Updated Release notes to reflect the capabilities of the OpenEJB we're shipping with.  Notably that ejb-jar.xml is required and @Resource for datasources is not implemented.

Modified:
    geronimo/server/branches/2.0-M2/RELEASE-NOTES-2.0-M2.TXT

Modified: geronimo/server/branches/2.0-M2/RELEASE-NOTES-2.0-M2.TXT
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M2/RELEASE-NOTES-2.0-M2.TXT?view=diff&rev=500414&r1=500413&r2=500414
==============================================================================
--- geronimo/server/branches/2.0-M2/RELEASE-NOTES-2.0-M2.TXT (original)
+++ geronimo/server/branches/2.0-M2/RELEASE-NOTES-2.0-M2.TXT Fri Jan 26 15:43:47 2007
@@ -67,11 +67,9 @@
      - JPA (Custom Provider, App-managed, Container-managed) (Also supported in 2.0-M1)
      - POJO as a Business Interface (both local and remote)
      - POJO Session EJBs
-     - Deployment without ejb-jar.xml or openejb-jar
      - geronimo-openejb.xml file not required unless you have geronimo specific information to configure
      - Deployment of annotated beans (@Stateful and @Stateless)
      - Injection via deployment descriptor
-     - @Resource injection for env-entries, resource-refs, message-destinations, service-refs,  most resource-env-refs
      - @EJB injection of ejb-refs and ejb-local-refs
      - @PersistenceContext injection
      - @PersistenceUnit injection