[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss/src/resources/dtd jboss_3_2.dtd
From:       Scott M Stark <starksm () users ! sourceforge ! net>
Date:       2005-01-31 23:25:32
Message-ID: E1CvkvE-00082f-Js () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

  User: starksm 
  Date: 05/01/31 15:25:10

  Modified:    src/resources/dtd Tag: Branch_4_0 jboss_3_2.dtd
  Log:
  Synch with the 3.2.7 version which adds an exposeContainer attribute to \
client-interceptors that determines whether the proxy should expose an \
IClientContainer interface.  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.1   +21 -15    jboss/src/resources/dtd/jboss_3_2.dtd
  
  Index: jboss_3_2.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/resources/dtd/jboss_3_2.dtd,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- jboss_3_2.dtd	10 Sep 2004 13:01:45 -0000	1.8
  +++ jboss_3_2.dtd	31 Jan 2005 23:25:10 -0000	1.8.2.1
  @@ -7,8 +7,8 @@
         "-//JBoss//DTD JBOSS 3.2//EN"
         "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd">
   
  -$Id: jboss_3_2.dtd,v 1.8 2004/09/10 13:01:45 loubyansky Exp $
  -$Revision: 1.8 $
  +$Id: jboss_3_2.dtd,v 1.8.2.1 2005/01/31 23:25:10 starksm Exp $
  +$Revision: 1.8.2.1 $
   
   Overview of the architecture of jboss.xml
   
  @@ -43,6 +43,7 @@
         <ejb-name />
         <jndi-name />
         <local-jndi-name />
  +      <call-by-value/>
         <configuration-name>
         <security-proxy>
         <ejb-ref>
  @@ -221,6 +222,7 @@
   JMSProviderAdapterJNDI? , ServerSessionPoolFactoryJNDI? , MinimumSize? , \
MaximumSize? ,  KeepAliveMillis? , MaxMessages? , MDBConfig? , poa? , \
register-ejbs-in-jnp-context? ,   jnp-context?)>
  +
   <!--
     The jndi name of the jms provider adapter in the java:/ namespace.
     This is mandatory for an MDB and must implement
  @@ -349,7 +351,7 @@
   
     Used in: enterprise-beans
   -->
  -<!ELEMENT entity (ejb-name , jndi-name? , local-jndi-name? , call-by-value? , \
read-only? ,  +<!ELEMENT entity (ejb-name , jndi-name? , local-jndi-name? , \
call-by-value?, read-only? ,  configuration-name? , invoker-bindings?, \
security-proxy? , ejb-ref* , ejb-local-ref* , resource-ref* ,  resource-env-ref* , \
method-attributes? , clustered? , cluster-config?,  cache-invalidation? , \
cache-invalidation-config?, depends*)>  @@ -363,7 +365,7 @@
   
     Used in: enterprise-beans
   -->
  -<!ELEMENT session (ejb-name , jndi-name? , local-jndi-name?, call-by-value? , \
configuration-name?,  +<!ELEMENT session (ejb-name , jndi-name? , local-jndi-name?, \
call-by-value?, configuration-name?,  invoker-bindings?, security-proxy? , ejb-ref* , \
ejb-local-ref* , resource-ref* , resource-env-ref* , clustered? ,  cluster-config?, \
method-attributes?, depends*)>  
  @@ -447,7 +449,7 @@
   -->
   <!ELEMENT depends (#PCDATA)>
   
  -<!-- The queue/topic jndi name from which we receive messages -->
  +<!-- The jndi name of the queue/topic to receive messages from -->
   <!ELEMENT destination-jndi-name (#PCDATA)>
   
   <!-- The optional user for the jms connection that delivers messages -->
  @@ -746,7 +748,7 @@
   <!--
     The container-configurations element declares the different possible
     container configurations that the beans can use. standardjboss.xml
  -  provides 16 standard configurations with the following container-names:
  +  provides 15 standard configurations with the following container-names:
       - Standard CMP 2.x EntityBean
       - Standard CMP EntityBean
       - Clustered CMP 2.x EntityBean
  @@ -754,7 +756,6 @@
       - IIOP CMP 2.x EntityBean
       - IIOP CMP EntityBean
       - Standard Stateless SessionBean
  -    - Webservice-Enabled Stateless SessionBean
       - Clustered Stateless SessionBean
       - IIOP Stateless SessionBean
       - Standard Stateful SessionBean
  @@ -873,6 +874,11 @@
   -->
   <!ELEMENT client-interceptors (home , bean, list-entity?)>
   
  +<!-- Define whether the ejb proxy should expose an \
org.jboss.proxy.IClientContainer  +   interface to provide access to the invocation \
context and interceptors.  +-->
  +<!ATTLIST client-interceptors exposeContainer (true | false )  "false">
  +
   <!--
   The home element gives the chain of interceptors
   (instances of org.jboss.proxy.Interceptor) that are associated with the home
  @@ -1130,6 +1136,14 @@
   -->
   <!ELEMENT MaximumSize (#PCDATA)>
   
  +<!--
  +  The number of millis to keep an unused object in the pool. Currently unused by
  +  JBoss EJB Pools.
  +
  +  Used in: invoker-proxy-conf for JMSContainerInvoker
  +-->
  +<!ELEMENT KeepAliveMillis (#PCDATA)>
  +
   <!-- A boolean flag indicating if attempts to access the pool will block when
   MaximumSize instances are active. The default is false.
   
  @@ -1145,14 +1159,6 @@
   <!ELEMENT strictTimeout (#PCDATA)>
   
   <!--
  -  The number of millis to keep an unused object in the pool. Currently unused by
  -  JBoss EJB Pools.
  -
  -  Used in: invoker-proxy-conf for JMSContainerInvoker
  --->
  -<!ELEMENT KeepAliveMillis (#PCDATA)>
  -
  -<!--
     This option is only used for entity container configurations.
   
     The commit-option element tells the container which option to use for \
transactions.  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic