Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 98136 invoked by uid 500); 22 Aug 2003 20:29:05 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 98105 invoked from network); 22 Aug 2003 20:29:05 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 22 Aug 2003 20:29:05 -0000 Received: (qmail 85568 invoked by uid 1315); 22 Aug 2003 13:22:31 -0000 Date: 22 Aug 2003 13:22:31 -0000 Message-ID: <20030822132231.85567.qmail@minotaur.apache.org> From: jstrachan@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/xbeans/src/schema j2ee_1_4.xsdconfig X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jstrachan 2003/08/22 06:22:31 Modified: modules/xbeans .cvsignore modules/xbeans/xdocs index.html modules/xbeans/src/schema j2ee_1_4.xsdconfig Log: updated the mappings so that web & ejb specific types go into their own separate packages Revision Changes Path 1.2 +2 -0 incubator-geronimo/modules/xbeans/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/xbeans/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Aug 2003 11:18:56 -0000 1.1 +++ .cvsignore 22 Aug 2003 13:22:31 -0000 1.2 @@ -1,2 +1,4 @@ target *.log +junit*.properties + 1.2 +2 -2 incubator-geronimo/modules/xbeans/xdocs/index.html Index: index.html =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/xbeans/xdocs/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.html 22 Aug 2003 11:18:57 -0000 1.1 +++ index.html 22 Aug 2003 13:22:31 -0000 1.2 @@ -41,12 +41,12 @@

Example

To parse some XML...

+ +
   EjbJarDocument document = EjbJarDocument.Factory.parse(in);
   EjbJar jar = document.getEjbJar();
   SessionBeanType[] sessionBeans = jar.getEnterpriseBeans().getSessionArray();
   ...
  -
  -
   

To manually construct some of the XBeans for EJB...

1.2 +48 -11 incubator-geronimo/modules/xbeans/src/schema/j2ee_1_4.xsdconfig Index: j2ee_1_4.xsdconfig =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/xbeans/src/schema/j2ee_1_4.xsdconfig,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- j2ee_1_4.xsdconfig 22 Aug 2003 11:18:56 -0000 1.1 +++ j2ee_1_4.xsdconfig 22 Aug 2003 13:22:31 -0000 1.2 @@ -2,18 +2,55 @@ xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> - org.apache.geronimo.xmlbeans.j2ee + org.apache.geronimo.xbeans.j2ee - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +