On Fri, 16 Jun 2000 15:27:06 -0400, Tom Preston <[EMAIL PROTECTED]> wrote: >For example, where is JNDI >name in ejb-jar.xml A JNDI provider is not mandatory, and hence any such settings would be vendor specific. > , where are pool size parameters in ejb-jar.xml, Using pools is not a mandatory implementation design, and hence any such settings would be vendor specific. > in >CMP where is the mapping from variable name to dbms-column in >ejb-jar.xml? Using a DBMS is not a mandatory implementation design, and hence any such settings would be vendor specific. > >Am I missing something here? Or is the definition of the XML file >seriously flawed? No, it is not seriously flawed. It, by design, only contains logical information about the beans, not how they are implemented are used by the app server. Any additional information that the server needs have to be added in additional metadata files. /Rickard -- Rickard �berg @home: +46 13 177937 Email: [EMAIL PROTECTED] http://www.telkel.com http://www.jboss.org http://www.dreambean.com =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
