Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 60078 invoked by uid 500); 24 Aug 2003 23:11:51 -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 60047 invoked from network); 24 Aug 2003 23:11:51 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 24 Aug 2003 23:11:51 -0000 Received: (qmail 87922 invoked by uid 1715); 24 Aug 2003 21:25:06 -0000 Date: 24 Aug 2003 21:25:06 -0000 Message-ID: <20030824212506.87921.qmail@minotaur.apache.org> From: jdillon@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/core/src/xml components.xsd geronimo-ejb-jar.xsd X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jdillon 2003/08/24 14:25:06 Added: modules/core/src/schema components.xsd geronimo-ejb-jar.xsd Removed: modules/core/src/xml components.xsd geronimo-ejb-jar.xsd Log: o Use consistence src location for XML schemas Revision Changes Path 1.1 incubator-geronimo/modules/core/src/schema/components.xsd Index: components.xsd =================================================================== Components to be deployed 1.1 incubator-geronimo/modules/core/src/schema/geronimo-ejb-jar.xsd Index: geronimo-ejb-jar.xsd =================================================================== This is the XML Schema for Apache Geronimo server-specific EJB DD. Base features common to all EJBs The root element for the EJB JAR. Configuration for a local EJB reference. Note that a local EJB must be in the same JVM, so if context parameters are provided, they must almost certainly simply refer to a different application within the same server. The unique identifier for an EJB within this EJB JAR. This must match the ejb-name for the same EJB in the standard ejb-jar.xml deployment descriptor. Configuration for an EJB reference The unique identifier for an EJB reference within this EJB. This must match the ejb-ref-name for the same EJB reference for the same EJB in the standard ejb-jar.xml deployment descriptor. Holds all the EJBs Configuration for a single entity bean Configuration for an environment entry. Normally an env-entry is fully configured by the assembler in the standard ejb-jar.xml deployment descriptor. However, the deployer can specify a value here if there was no value specified in ejb-jar.xml, or if the deployer wants to override the value specified there. The unique name for this environment entry. This must match the env-entry-name for the env-entry in the standard ejb-jar.xml deployment descriptor. A value to use for this environment entry. A value specified here takes precedence over a value in the standard ejb-jar.xml deployment descriptor. A single JNDI context parameter (name and value) Configuration for the JNDI context used to access a remote EJB or resources A JNDI name. This may be the location where an EJB should be bound, or the location where an EJB or resource can be found to resolve a reference. Configuration for a single message-driven bean The name of a parameter The value of a parameter The unique identifier for a resource reference within this EJB. This must match the res-ref-name for the same resource reference for the same EJB in the standard ejb-jar.xml deployment descriptor. Configuration for a resource reference for a resource within the application server. The unique identifier for a resource env reference within this EJB. This must match the resource-env-ref-name for the same resource env reference for the same EJB in the standard ejb-jar.xml deployment descriptor. Configuration for a resource reference for a resource which may be within the application server or may be an external resource. The unique name for this security role. If used in a security role reference, this must match the role-name for the security-role-ref in the standard ejb-jar.xml deployment descriptor. The security role that this security role reference should be linked to. A role specified here takes precedence over a role specified in the standard ejb-jar.xml deployment descriptor. Configuration for a security role reference. Normally a security role reference is fully configured by the assembler in the standard ejb-jar.xml deployment descriptor (with the role-link element). However, the deployer can specify a value here if there was no value specified in ejb-jar.xml, or if the deployer wants to override the value specified there. Configuration for a single session bean